mirror of https://github.com/GNOME/gimp.git
.gitlab-ci.yml: expire all dependencies in 2 hours, and all builds in 1 day
This commit is contained in:
parent
69c5fd02d4
commit
30be314465
|
@ -70,7 +70,7 @@ deps-debian/testing:
|
|||
dependencies:
|
||||
- deps-debian/testing
|
||||
artifacts:
|
||||
expire_in: 2 days
|
||||
expire_in: 1 days
|
||||
when: always
|
||||
name: "app-build-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||
paths:
|
||||
|
@ -253,7 +253,7 @@ gimp-win64:
|
|||
artifacts:
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||
when: always
|
||||
expire_in: 1 week
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- _build/
|
||||
- gimp-prefix/
|
||||
|
@ -294,7 +294,7 @@ deps-win32:
|
|||
artifacts:
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||
when: always
|
||||
expire_in: 1 day
|
||||
expire_in: 2 hours
|
||||
paths:
|
||||
- .local/
|
||||
- _deps/
|
||||
|
|
Loading…
Reference in New Issue