mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Add KUBE_PROVIDERLESS for CI jobs to run with providerless tag
Also ensure `test/e2e` works with providerless tag in the verify script Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -31,6 +31,10 @@ unset CDPATH
|
||||
# they can explicitly set GO111MODULE=on
|
||||
export GO111MODULE=off
|
||||
|
||||
if [[ "${KUBE_PROVIDERLESS:-"off"}" == "on" ]]; then
|
||||
export GOFLAGS=${GOFLAGS:-"-tags=providerless"}
|
||||
fi
|
||||
|
||||
# The root of the build/dist directory
|
||||
KUBE_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user