[gimp/gimp-2-10] gitlab-ci: expire distribution stage artifacts after 2 days



commit 8d4919c95e2fddf0fe302d2c45295b21db9e0407
Author: Michael Schumacher <schumaml gmx de>
Date:   Mon Nov 30 23:41:18 2020 +0100

    gitlab-ci: expire distribution stage artifacts after 2 days

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8788c3499..ce18de0b16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -202,6 +202,7 @@ sources:
     - gimp-debian/testing-autotools-distcheck
   artifacts:
     when: always
+    expire_in: 2 days
     paths:
     - gimp-*.tar.*
     - SHA256SUMS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]