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"
|
- 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
|
- if [[ -n "$CI_COMMIT_TAG" ]]; then docker push "registry.gitlab.com/s3lph/matemat:$CI_COMMIT_TAG"; fi
|
||||||
only:
|
only:
|
||||||
- 27-deployment
|
|
||||||
- staging
|
- staging
|
||||||
- master
|
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
build_wheel:
|
build_wheel:
|
||||||
|
@ -56,7 +54,6 @@ build_wheel:
|
||||||
- "dist/*.whl"
|
- "dist/*.whl"
|
||||||
- dist/SHA256SUMS
|
- dist/SHA256SUMS
|
||||||
only:
|
only:
|
||||||
- 27-deployment
|
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
build_debian:
|
build_debian:
|
||||||
|
|
Loading…
Reference in a new issue