ci(build): don't retry build

dont auto retry as a failure should be investigated

!1
This commit is contained in:
2023-05-12 10:44:33 +09:30
parent 7f1ce78610
commit ef1c9501f5

View File

@ -18,7 +18,6 @@
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
retry: 2
before_script:
- |
if [[ -z "$CI_COMMIT_TAG" ]]; then