Skip to content
Snippets Groups Projects
Commit 4dd4bae5 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fix in Mend scanning CI job

parent 2b999125
Branches
Tags
3 merge requests!184Develop,!119Develop,!117Fix in Mend scanning CI job
...@@ -79,9 +79,7 @@ mend: ...@@ -79,9 +79,7 @@ mend:
- | - |
export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-) export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-)
export PROJECT_VERSION=$PRODUCT_VERSION export PROJECT_VERSION=$PRODUCT_VERSION
apt-get update && apt-get install -y curl gnupg apt-get update && apt-get install -y curl nodejs npm
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get -y install nodejs
npm install -g @angular/cli npm install -g @angular/cli
npm ci npm ci
chmod +x ./gradlew chmod +x ./gradlew
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment