From e954091f2a6e1a6f6ca5d186fbdf3581cd8230d3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 13 Sep 2022 08:24:16 +0100 Subject: [PATCH] Keep artifacts around a little longer This ensures the pipeline has definitely finished before it's removed --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4e9e4a..438ad5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ static: paths: - ./node_modules - ./static/build - expire_in: 30 mins + expire_in: 2 hours pip: image: python:3.10-slim @@ -40,7 +40,7 @@ pip: name: 'pip-$CI_JOB_ID' paths: - ./env/ - expire_in: 30 mins + expire_in: 2 hours .python_test_template: image: python:3.10-slim