From 667d7e75a46707c20101bc895179f6c81b957dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Mon, 28 Sep 2020 17:11:45 +0200 Subject: [PATCH] Shorten CI artifacts expirations Our CI artifacts currently take up over 2GB, which is A LOT given they can easily be rebuilt later. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baade1d..4b21818 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build: artifacts: paths: - public - expire_in: 3 months + expire_in: 1 week only: - production @@ -56,7 +56,7 @@ test: artifacts: paths: - public - expire_in: 1 month + expire_in: 3 days firebase-deploy: stage: deploy image: andreysenov/firebase-tools