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

Merge branch 'develop' into 'release/1.7.1'

Fix in Mend scanning CI job

See merge request !117
parents c2b39a23 4dd4bae5
Branches
No related tags found
4 merge requests!184Develop,!119Develop,!118Release/1.7.1,!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