Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
ead622ce
Commit
ead622ce
authored
Dec 23, 2019
by
Sebastian Schork
Browse files
Update .gitlab-ci.yml
parent
cc68bbdc
Pipeline
#7394
failed with stages
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ead622ce
...
...
@@ -5,6 +5,9 @@ stages:
build-angular-ui
:
stage
:
build-angular-ui
image
:
trion/ng-cli
artifacts
:
paths
:
-
dist/melodic-frontend
before_script
:
-
npm install -g --save-dev @angular/cli@latest
-
npm install --save-dev --unsafe-perm node-sass
...
...
@@ -21,5 +24,9 @@ build-ui-docker:
DOCKER_TLS_CERTDIR
:
"
/certs"
dependencies
:
-
build-angular-ui
before_script
:
-
ls
-
cd cdist/melodic-frontend
-
ls
script
:
-
docker build -t ui-frontend .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment