[gimp/wip/schumaml/issue-35-outlined-text] .gitlab-ci.yml: change artifact expiry dates to 2 hours for dependencies and 1 day for windows build



commit e2453466e78da2699a5667aee649362c94a13877
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun May 3 17:23:32 2020 +0200

    .gitlab-ci.yml: change artifact expiry dates to 2 hours for dependencies and 1 day for windows builds

 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4e2379523..7df870dd6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ deps-linux:
     paths:
     - _pacman_cache
   artifacts:
-    expire_in: 1 week
+    expire_in: 2 hours 
     when: always
     paths:
     - "${INSTALL_DIR}"
@@ -194,7 +194,7 @@ deps-win64:
   artifacts:
     name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
     when: always
-    expire_in: 1 week
+    expire_in: 1 day
     paths:
       - .local/
       - _deps/
@@ -251,7 +251,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/
@@ -310,7 +310,7 @@ deps-win32:
   artifacts:
     name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
     when: always
-    expire_in: 1 week
+    expire_in: 1 day
     paths:
       - .local/
       - _deps/
@@ -368,7 +368,7 @@ gimp-win32:
   artifacts:
     name: "${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
     when: always
-    expire_in: 1 week
+    expire_in: 1 day
     paths:
       - _build/
       - gimp-prefix/


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