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"
|
||||
paths:
|
||||
- public/
|
||||
expire_in: 1 month
|
||||
expire_in: 1 day
|
||||
|
||||
deploy-website:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue