Publish the remote as an artifact

This commit is contained in:
Simon Hanna 2018-08-23 06:36:44 +00:00 committed by Simon Hanna
parent 0a81fcb1b3
commit e57b65418e
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
image: node:alpine
build:
stage: test
script:
- yarn install
- ./node_modules/@angular/cli/bin/ng build --prod --no-progress