Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Merge requests
!117
Fix in Mend scanning CI job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix in Mend scanning CI job
develop
into
release/1.7.1
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Lukasz Lopatowski
requested to merge
develop
into
release/1.7.1
2 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
release/1.7.1
release/1.7.1 (base)
and
latest version
latest version
4dd4bae5
1 commit,
2 months ago
1 file
+
1
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
3
Options
@@ -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
Loading