add expiration date on package generated by gatlab-ci
This commit is contained in:
parent
2f6b1444ae
commit
364f97adf2
1 changed files with 3 additions and 1 deletions
|
@ -84,6 +84,7 @@ linux_source_package:
|
|||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-src"
|
||||
paths:
|
||||
- dist
|
||||
expire_in: 2 week
|
||||
|
||||
linux_package:
|
||||
stage: package
|
||||
|
@ -101,6 +102,7 @@ linux_package:
|
|||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package"
|
||||
paths:
|
||||
- dist
|
||||
expire_in: 2 week
|
||||
|
||||
linux_package_wheel:
|
||||
stage: package
|
||||
|
@ -118,7 +120,7 @@ linux_package_wheel:
|
|||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-whl"
|
||||
paths:
|
||||
- dist
|
||||
expire_in: 1 week
|
||||
expire_in: 2 week
|
||||
|
||||
## Deploy
|
||||
|
||||
|
|
Loading…
Reference in a new issue