From 6d57ed820e970b9f617f3a089d55736dab6f4735 Mon Sep 17 00:00:00 2001 From: Sam Dowell Date: Wed, 4 Sep 2024 10:25:15 -0700 Subject: [PATCH] ci: remove GCP_PROJECT arg from test-e2e-kind (#1418) This argument is already unused when running the tests in kind clusters, but this makes the intent more clear. The e2e tests should/do not require a GCP project to run with kind. --- Makefile.e2e | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.e2e b/Makefile.e2e index 6191c9a59..cd746d730 100644 --- a/Makefile.e2e +++ b/Makefile.e2e @@ -86,7 +86,6 @@ test-e2e-kind: config-sync-manifest-local build-kind-e2e -v /var/run/docker.sock:/var/run/docker.sock \ -v $(ARTIFACTS):/logs/artifacts \ --env ARTIFACTS="/logs/artifacts" \ - --env GCP_PROJECT=$(GCP_PROJECT) \ --network="host" \ --rm \ $(KIND_IMAGE) \