From: Nikos Mavrogiannopoulos Date: Sat, 25 Mar 2017 20:48:46 +0000 (+0100) Subject: .gitlab-ci.yml: increase time of artifact expiration X-Git-Tag: gnutls_3_6_0~744 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad23b544231dca8a3eb1b9b40f5b3e22bb78fc8a;p=thirdparty%2Fgnutls.git .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 --- 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