update name package

This commit is contained in:
AleaJactaEst 2018-10-14 01:38:57 +02:00
parent 8d8f199037
commit 27e0b30541

View file

@ -81,7 +81,7 @@ linux_source_package:
# Action
- make sdist
artifacts:
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-src"
name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-src"
paths:
- dist
expire_in: 2 week
@ -99,7 +99,7 @@ linux_package:
# Action
- make bdist
artifacts:
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package"
name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID"
paths:
- dist
expire_in: 2 week
@ -117,7 +117,7 @@ linux_package_wheel:
# Action
- python3 setup.py bdist_wheel --universal
artifacts:
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-whl"
name: "opennel-manager-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-whl"
paths:
- dist
expire_in: 2 week