CI: Expire build artifacts in 1 day
Especially because each scheduled run also creates an artifact, let them expire quite early.
This commit is contained in:
parent
6e739720cb
commit
19ac6bef5c
|
@ -21,7 +21,7 @@ build-website:
|
||||||
name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
expire_in: 1 month
|
expire_in: 1 day
|
||||||
|
|
||||||
deploy-website:
|
deploy-website:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue