1
0
Fork 0

fix(build): reduce artifact retention

This commit is contained in:
ssube 2019-09-17 08:18:30 -05:00
parent 73d380dfd5
commit 89eac0d5a2
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 3 deletions

View File

@ -15,15 +15,14 @@ build-node:
extends:
- .build-node
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- make build test
artifacts:
expire_in: 1 week
expire_in: 1 day
paths:
- out/
cache:
key: "${CI_COMMIT_REF_SLUG}"
policy: pull-push