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
pastebin.run
apibin
Commits
6a13c860
Commit
6a13c860
authored
Feb 26, 2020
by
Konrad Borowski
Browse files
Merge branch 'build-stage' into 'master'
Add build stage See merge request
!13
parents
88113879
aecaa3e2
Pipeline
#121162215
passed with stages
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
No files found.
.gitlab-ci.yml
View file @
6a13c860
default
:
image
:
node:12
before_script
:
-
npm install
build
:
stage
:
build
script
:
npm install
artifacts
:
paths
:
-
node_modules
test
:
script
:
npm test
...
...
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