From 0248e5c7206c070476d439f252bdb6618615a0d4 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 17 Nov 2016 23:55:54 +0100 Subject: [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... --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3