[gimp] gitlab-ci: expire distribution stage artifacts after 2 days
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gitlab-ci: expire distribution stage artifacts after 2 days
- Date: Mon, 30 Nov 2020 22:32:14 +0000 (UTC)
commit abdea8a4cfc9d9007cbbdec16ffea61ff49e639f
Author: Michael Schumacher <schumaml gmx de>
Date: Mon Nov 30 23:31:30 2020 +0100
gitlab-ci: expire distribution stage artifacts after 2 days
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2597218e74..1193585f11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,6 +324,7 @@ sources:
artifacts:
name: "GIMP-sources-${CI_COMMIT_SHORT_SHA}"
when: always
+ expire_in: 2 days
paths:
- gimp-*.tar.*
- SHA256SUMS
@@ -342,6 +343,7 @@ win64-nightly:
artifacts:
name: "GIMP-Win64-CI-${CI_COMMIT_SHORT_SHA}"
when: always
+ expire_in: 2 days
paths:
- gimp-w64
script:
@@ -418,6 +420,7 @@ win32-nightly:
artifacts:
name: "GIMP-Win32-${CI_COMMIT_SHORT_SHA}"
when: always
+ expire_in: 2 days
paths:
- gimp-w32
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]