Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
G1
Ǧsper
Commits
2a3762ce
Commit
2a3762ce
authored
Apr 18, 2018
by
[1000i100] Millicent Billette
Browse files
publish vendors untracked files (by running post-install manually)
parent
0d96b549
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a3762ce
...
...
@@ -7,11 +7,11 @@ image: node:latest
build-and-clean
:
stage
:
build
script
:
-
npm install
-
rm .gitignore
#- npm run build
-
npm install --production
-
npm run postinstall
#- node build.js
artifacts
:
untracked
:
true
paths
:
-
public
expire_in
:
10 minutes
...
...
@@ -23,6 +23,7 @@ pages:
script
:
-
ls public
artifacts
:
untracked
:
true
paths
:
-
public
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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