artifact all output files
This commit is contained in:
parent
94fafb7fb7
commit
e05d429164
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue