summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-25 21:48:46 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-25 21:51:05 +0100
commitad23b544231dca8a3eb1b9b40f5b3e22bb78fc8a (patch)
tree5db3de7ef748cdb8df7e8b17945973ef7dcdf784
parent7fa4d39ec10167a1cd5ebdc2570c020e6e48c767 (diff)
downloadgnutls-ad23b544231dca8a3eb1b9b40f5b3e22bb78fc8a.tar.gz
.gitlab-ci.yml: increase time of artifact expiration
This allows to re-run failed builds on the depending stages during that time. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19c4203992..9c5e690d00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ ABI-check/Fedora/x86_64:
- init/Fedora/x86_64
artifacts:
untracked: true
- expire_in: 1 day
+ expire_in: 4 days
syntax-check/Fedora/x86_64:
stage: stage1-testing