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