forked from s3lph/matemat
Disabled building docker and wheel packages on the deployment branch
This commit is contained in:
parent
7479c7d9f1
commit
4e22bfb821
1 changed files with 0 additions and 3 deletions
|
@ -40,9 +40,7 @@ build_docker:
|
|||
- docker push "registry.gitlab.com/s3lph/matemat:$CI_COMMIT_REF_NAME"
|
||||
- if [[ -n "$CI_COMMIT_TAG" ]]; then docker push "registry.gitlab.com/s3lph/matemat:$CI_COMMIT_TAG"; fi
|
||||
only:
|
||||
- 27-deployment
|
||||
- staging
|
||||
- master
|
||||
- tags
|
||||
|
||||
build_wheel:
|
||||
|
@ -56,7 +54,6 @@ build_wheel:
|
|||
- "dist/*.whl"
|
||||
- dist/SHA256SUMS
|
||||
only:
|
||||
- 27-deployment
|
||||
- tags
|
||||
|
||||
build_debian:
|
||||
|
|
Loading…
Reference in a new issue