ci(build): don't retry build
dont auto retry as a failure should be investigated !1
This commit is contained in:
@ -18,7 +18,6 @@
|
|||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
# See https://github.com/docker-library/docker/pull/166
|
# See https://github.com/docker-library/docker/pull/166
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
retry: 2
|
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
if [[ -z "$CI_COMMIT_TAG" ]]; then
|
if [[ -z "$CI_COMMIT_TAG" ]]; then
|
||||||
|
Reference in New Issue
Block a user