summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-11-17 23:55:54 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2016-11-18 11:50:02 +0100
commit0248e5c7206c070476d439f252bdb6618615a0d4 (patch)
treef49d7dd38725dc323db7f2a3d12650976102ac9d /.gitlab-ci.yml
parent9a05d0ef933169a58bbe44254a130226910ed50e (diff)
[build] expire artifacts
I think 1 week should be enough so that we don't clutter the machine too much. It probably will give trouble when someone goes on vacation, or if we stall the development of bitmask because we're moving development towards other fronts, but...
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 665f414..fbeb47e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,4 +27,5 @@ bundle:
artifacts:
paths:
- dist/bitmask-*
- name: "bitmask_linux64_latest_${CI_BUILD_REF}"
+ name: "Bitmask_linux64_latest_${CI_BUILD_REF}"
+ expire_in: 1 week