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 # Action
- make sdist - make sdist
artifacts: 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: paths:
- dist - dist
expire_in: 2 week expire_in: 2 week
@ -99,7 +99,7 @@ linux_package:
# Action # Action
- make bdist - make bdist
artifacts: 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: paths:
- dist - dist
expire_in: 2 week expire_in: 2 week
@ -117,7 +117,7 @@ linux_package_wheel:
# Action # Action
- python3 setup.py bdist_wheel --universal - python3 setup.py bdist_wheel --universal
artifacts: 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: paths:
- dist - dist
expire_in: 2 week expire_in: 2 week