Skip to content
Snippets Groups Projects
Commit 398d53b8 authored by Millicent Billette's avatar Millicent Billette
Browse files

publish vendors untracked files

parent f0cf8ec3
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,16 @@ stages:
- build
- publish
image: node:latest
build-and-clean:
stage: build
image: node:latest
script:
- npm install
#- npm run build
#- node build.js
artifacts:
untracked: true
paths:
- public
expire_in: 10 minutes
......@@ -21,6 +23,7 @@ pages:
script:
- ls public
artifacts:
untracked: true
paths:
- public
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment