Keep artifacts around a little longer

This ensures the pipeline has definitely finished before it's removed
This commit is contained in:
Jake Howard 2022-09-13 08:24:16 +01:00
parent 3735119d7c
commit e954091f2a
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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