Skip to content
Snippets Groups Projects
Commit 59f985b3 authored by trantzas's avatar trantzas
Browse files

Updating ng-cli version in deploy.sh (fix for #46)

parent a112d099
No related branches found
No related tags found
1 merge request!51Resolve "Update the ng-cli image"
Checking pipeline status
......@@ -62,5 +62,5 @@ fi
echo "Installing npm packages..."
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 npm install
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:13.3.7 ng build --configuration production
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:14.2.9 npm install
docker run -u $(id -u) --rm -v "$PWD":/app trion/ng-cli:14.2.9 ng build --configuration production
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment