Merge pull request #11350 from rifelpet/kubetest2

Fix upgrade scenario kubetest2 install
This commit is contained in:
Kubernetes Prow Robot 2021-04-28 16:56:50 -07:00 committed by GitHub
commit a42edc4f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,9 +28,9 @@ KUBETEST2_COMMON_ARGS="-v=2 --cloud-provider=${CLOUD_PROVIDER} --cluster-name=${
KUBETEST2_COMMON_ARGS="${KUBETEST2_COMMON_ARGS} --admin-access=${ADMIN_ACCESS:-}"
export GO111MODULE=on
go install sigs.k8s.io/kubetest2
cd ${REPO_ROOT}/tests/e2e
go install sigs.k8s.io/kubetest2
go install ./kubetest2-kops
go install ./kubetest2-tester-kops