Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Starbeamrainbowlabs
line-simplification
Commits
327dc1fe
Verified
Commit
327dc1fe
authored
Jun 27, 2018
by
Starbeamrainbowlabs
Browse files
GitLab CI: Add npm install to new build stage
parent
bd2dc8eb
Pipeline
#24709104
failed with stages
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
.gitlab-ci.yml
.gitlab-ci.yml
+12
-1
No files found.
.gitlab-ci.yml
View file @
327dc1fe
image
:
alpine:latest
image
:
docker pull mhart/alpine-node
stages
:
-
build
-
deploy
npm
:
stage
:
build
script
:
-
node --version
-
npm --version
-
npm install
pages
:
stage
:
deploy
...
...
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