diff options
author | louiz’ <louiz@louiz.org> | 2017-05-09 01:01:56 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-05-09 01:01:56 +0200 |
commit | c046d2ea984a3a5e4069604dc4f61c2f9e60ca44 (patch) | |
tree | ccec408c87e59e31d7a8b2ab37a4aee8f81e7d43 | |
parent | f7d4db4812c346ed2624a5885326408b4f794f6f (diff) | |
download | biboumi-c046d2ea984a3a5e4069604dc4f61c2f9e60ca44.tar.gz biboumi-c046d2ea984a3a5e4069604dc4f61c2f9e60ca44.tar.bz2 biboumi-c046d2ea984a3a5e4069604dc4f61c2f9e60ca44.tar.xz biboumi-c046d2ea984a3a5e4069604dc4f61c2f9e60ca44.zip |
Also make the test artifacts expire in 2 weeks
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 722b2c3..beefd81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,7 @@ build:7: - make coverage_e2e -j$(nproc || echo 1) - make coverage artifacts: + expire_in: 2 weeks paths: - build/coverage_test_suite/ - build/coverage_e2e/ |