summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 14:04:39 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 14:04:39 +0200
commit8a8ecb31f47058c113df3bd9fed91baa4475dff7 (patch)
treec4c1fb6e4b76482d7375b04ce099f25adb1e818c /.gitlab-ci.yml
parent19759569a478764526ffd23c4f22267f22037592 (diff)
downloadpdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.tar.gz
pdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.tar.bz2
pdf-over-8a8ecb31f47058c113df3bd9fed91baa4475dff7.zip
add expiry to CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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
+