1
0
Fork 0

artifact all output files

This commit is contained in:
ssube 2019-11-01 20:25:51 -05:00 committed by Sean Sube
parent 94fafb7fb7
commit e05d429164
1 changed files with 7 additions and 4 deletions

View File

@ -19,16 +19,19 @@ build-node:
- make ci
artifacts:
expire_in: 1 week
when: always
expire_in: 1 day
paths:
- out/*.js
- out/*.js.map
- out/
cache:
key: "${CI_COMMIT_REF_SLUG}"
policy: pull-push
paths:
- node_modules
- node_modules/
- out/api
- out/cache
- out/tmp
build-image-alpine-branch:
extends: