Update CI artifact expiry
This commit is contained in:
parent
d146f34f72
commit
e22fc9e3c1
1 changed files with 2 additions and 0 deletions
|
@ -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