mirror of https://github.com/kubernetes/kops.git
Use non-bazel build path in scenario
This commit is contained in:
parent
296ed9c44c
commit
ec86607918
|
|
@ -111,7 +111,7 @@ function kops-acquire-latest() {
|
|||
KOPS_BASE_URL=""
|
||||
fi
|
||||
$KUBETEST2 --build
|
||||
KOPS="${REPO_ROOT}/.bazelbuild/dist/linux/amd64/kops"
|
||||
KOPS="${REPO_ROOT}/.build/dist/linux/amd64/kops"
|
||||
KOPS_BASE_URL=$(cat "${REPO_ROOT}/.kubetest2/kops-base-url")
|
||||
export KOPS_BASE_URL
|
||||
echo "KOPS_BASE_URL=$KOPS_BASE_URL"
|
||||
|
|
|
|||
Loading…
Reference in New Issue