chore(gitlab-ci): more explicit artifact expiration
This commit is contained in:
parent
6115b83bb3
commit
f98b0e826c
@ -150,6 +150,7 @@ yesod:build:
|
||||
paths:
|
||||
- bin/
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||
expire_in: "1 week"
|
||||
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9].*/
|
||||
@ -179,6 +180,7 @@ yesod:build:profile:
|
||||
paths:
|
||||
- bin/
|
||||
name: "${CI_JOB_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||
expire_in: "1 week"
|
||||
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /(^|\/)profile($|\/)/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user