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 - make ci
artifacts: artifacts:
expire_in: 1 week when: always
expire_in: 1 day
paths: paths:
- out/*.js - out/
- out/*.js.map
cache: cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
policy: pull-push policy: pull-push
paths: paths:
- node_modules - node_modules/
- out/api
- out/cache - out/cache
- out/tmp
build-image-alpine-branch: build-image-alpine-branch:
extends: extends: