Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c30d7bf1
...
c30d7bf16c4afacdb113c5567857c6e49d72dc6d
authored
2016-12-05 22:04:20 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
1 parent
cf5dcc15
Pipeline
#11
for
c30d7bf1
passed
in 1 minute 40 seconds
Changes
1
Pipelines
1
Builds
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
c30d7bf
...
...
@@ -5,22 +5,17 @@ cache:
-
node_modules/
stages
:
-
install
-
test
-
build
install
:
stage
:
install
script
:
-
npm install
node_test
:
stage
:
test
script
:
-
npm install
-
npm test
build
:
stage
:
build
script
:
-
npm install
-
npm run build
...
...
Please
register
or
sign in
to post a comment