add expiration date on package generated by gatlab-ci

This commit is contained in:
AleaJactaEst 2018-08-16 21:07:39 +02:00
parent 2f6b1444ae
commit 364f97adf2

View file

@ -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