Skip to content

Commit

Permalink
Quick fix for cloud-provier-gcp presubmits.
Browse files Browse the repository at this point in the history
  • Loading branch information
cici37 committed Mar 12, 2021
1 parent 8fdfd8a commit 2812c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ presubmits:
go get sigs.k8s.io/kubetest2@latest;
go get sigs.k8s.io/kubetest2/kubetest2-gce@latest;
go get sigs.k8s.io/kubetest2/kubetest2-tester-exec@latest;
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down --test=exec -- kubectl get all --all-namespaces --kubeconfig="${ARTIFACTS}/kubetest2-kubeconfig";
kubetest2 gce -v 2 --repo-root $REPO_ROOT --build --up --down;

0 comments on commit 2812c3e

Please sign in to comment.