Remove retries to ExternalName (#4584)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-22 18:16:25 -03:00 committed by GitHub
parent 189e742685
commit 624ce0857a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 28 deletions

View file

@ -28,7 +28,7 @@ if [ -z "${PKG}" ]; then
fi
export CGO_ENABLED=1
export GODEBUG=netdns=go+2
export GODEBUG=netdns=cgo+2
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
export GO111MODULE=off

View file

@ -30,7 +30,7 @@ fi
# enabled to use host dns resolver
export CGO_ENABLED=1
export GODEBUG=netdns=go+2
export GODEBUG=netdns=cgo+2
# use vendor directory instead of go modules https://github.com/golang/go/wiki/Modules
export GO111MODULE=off