update name package
This commit is contained in:
parent
8d8f199037
commit
27e0b30541
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue