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:
Peter Rifel 2021-08-02 22:10:08 -04:00
parent da0cf6fda4
commit 1e1db4d867
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

@ -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
}