Update CI artifact expiry
This commit is contained in:
parent
546e5eee21
commit
0d2db04ed5
|
@ -15,6 +15,7 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "*.mbp"
|
- "*.mbp"
|
||||||
|
expire_in: 365 days
|
||||||
|
|
||||||
build tags:
|
build tags:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -25,3 +26,4 @@ build tags:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "*.mbp"
|
- "*.mbp"
|
||||||
|
expire_in: never
|
||||||
|
|
Loading…
Reference in a new issue