diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-29 14:04:39 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-29 14:04:39 +0200 |
commit | 8a8ecb31f47058c113df3bd9fed91baa4475dff7 (patch) | |
tree | c4c1fb6e4b76482d7375b04ce099f25adb1e818c | |
parent | 19759569a478764526ffd23c4f22267f22037592 (diff) | |
download | pdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.tar.gz pdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.tar.bz2 pdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.zip |
add expiry to CI
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a87c46..4cfdcc49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,4 +16,6 @@ build-windows: name: "PDFOver (Windows) on $CI_COMMIT_REF_SLUG" paths: - "pdf-over-build/pdf-over_windows.zip" + expire_in: 1 day # gitlab does not apply this to the latest successful run, only previous runs + |