mirror of https://github.com/kubernetes/kops.git
Kubetest2 scenarios - provide absolute path to kops binary
This allows the rest of the scenario to change directories and the "down" step still uses the correct location of the kops binary This should fix https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-kops-e2e-aws-ebs-csi-driver/1413601399341584384
This commit is contained in:
parent
da0cf6fda4
commit
1e1db4d867
|
|
@ -107,7 +107,7 @@ function kops-acquire-latest() {
|
|||
KOPS_BASE_URL=""
|
||||
fi
|
||||
$KUBETEST2 --build
|
||||
KOPS=".bazelbuild/dist/linux/amd64/kops"
|
||||
KOPS="${REPO_ROOT}/.bazelbuild/dist/linux/amd64/kops"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue