Skip to content

Commit

Permalink
test: removeing only gcloud bin
Browse files Browse the repository at this point in the history
  • Loading branch information
renzodavid9 committed Feb 12, 2024
1 parent 10b5c7d commit 563f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ifeq ($(GCP_ONLY),true)
--zone $(GKE_ZONE) \
--project $(GCP_PROJECT)
gcloud auth configure-docker us-central1-docker.pkg.dev
rm -rf /google-cloud-sdk
rm /google-cloud-sdk/bin/gcloud
endif
@ GCP_ONLY=$(GCP_ONLY) GKE_CLUSTER_NAME=$(GKE_CLUSTER_NAME) ./hack/gotest.sh -v $(REPOPATH)/v2/integration -timeout 50m $(INTEGRATION_TEST_ARGS)

Expand Down

0 comments on commit 563f735

Please sign in to comment.