correct yaml config for CI
This commit is contained in:
parent
44a75cbcd4
commit
ff53208007
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,6 @@
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
- staging
|
||||
- production
|
||||
|
||||
## Build
|
||||
linux_source_package:
|
||||
|
@ -38,6 +36,7 @@ linux_source_package:
|
|||
- apt-get -y upgrade
|
||||
- apt-get install -y python3 python3-setuptools python3-virtualenv python3-stdeb python3-all python3-coverage python3-pep8 python3-sphinx python3-pip graphviz python3-bcrypt python3-wheel
|
||||
- make sdist
|
||||
artifacts:
|
||||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package-src"
|
||||
paths:
|
||||
- dist
|
||||
|
@ -53,6 +52,7 @@ linux_package:
|
|||
- apt-get -y upgrade
|
||||
- apt-get install -y python3 python3-setuptools python3-virtualenv python3-stdeb python3-all python3-coverage python3-pep8 python3-sphinx python3-pip graphviz python3-bcrypt python3-wheel
|
||||
- make bdist
|
||||
artifacts:
|
||||
name: "khanat-$(echo $CI_BUILD_REF | head -c 7 )-$CI_PIPELINE_ID-pymanager-package"
|
||||
paths:
|
||||
- dist
|
||||
|
|
Loading…
Reference in a new issue