1
0
Fork 0
forked from s3lph/matemat

Disabled building docker and wheel packages on the deployment branch

This commit is contained in:
s3lph 2018-11-07 14:57:34 +01:00
parent 7479c7d9f1
commit 4e22bfb821

View file

@ -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: