Keep artifacts around a little longer
This ensures the pipeline has definitely finished before it's removed
This commit is contained in:
parent
3735119d7c
commit
e954091f2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue