fix(build): reduce artifact retention
This commit is contained in:
parent
73d380dfd5
commit
89eac0d5a2
|
@ -15,15 +15,14 @@ build-node:
|
||||||
extends:
|
extends:
|
||||||
- .build-node
|
- .build-node
|
||||||
|
|
||||||
variables:
|
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
|
||||||
script:
|
script:
|
||||||
- make build test
|
- make build test
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 week
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
- out/
|
- out/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: "${CI_COMMIT_REF_SLUG}"
|
key: "${CI_COMMIT_REF_SLUG}"
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
Loading…
Reference in New Issue