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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue