remove vestiges of providerless tag

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2024-06-06 12:18:38 -04:00
parent c8a51aaffc
commit 60fe406f67
3 changed files with 1 additions and 12 deletions

View File

@@ -25,13 +25,6 @@ set -o pipefail
# https://github.com/kubernetes/kubernetes/issues/52255
unset CDPATH
# FIXME(dims): Note that here we assume that if GOFLAGS are already set we
# leave them as-is and not try to add providerless to it. So if you
# really need to set your own GOFLAGS, ensure you add "providerless" explicitly
if [[ "${KUBE_PROVIDERLESS:-"n"}" == "y" ]]; then
export GOFLAGS=${GOFLAGS:-"-tags=providerless"}
fi
# The root of the build/dist directory
KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"