Skip to content

Commit

Permalink
Changes to resolve error in creating gcloud-e2e-test-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Mar 23, 2023
1 parent 5ddbe60 commit 42657e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/includes/google-cloud.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ clean-gcloud-test-cluster: $(ensure-build-image)

gcloud-e2e-infra-state-bucket: GCP_PROJECT ?= $(shell $(current_project))
gcloud-e2e-infra-state-bucket:
$(MAKE) terraform-init DIRECTORY=e2e/state-bucket
docker run --rm -it $(common_mounts) $(build_tag) bash -c 'cd $(mount_path)/build/terraform/e2e/state-bucket && \
terraform apply -auto-approve -var project="$(GCP_PROJECT)"'

Expand Down Expand Up @@ -88,4 +89,4 @@ gcloud-auth-docker: $(ensure-build-image)

# Clean the gcloud configuration
clean-gcloud-config:
-sudo rm -r $(build_path)/.config
-sudo rm -r $(build_path)/.config

0 comments on commit 42657e6

Please sign in to comment.