Skip to content

Commit

Permalink
ci: remove GCP_PROJECT arg from test-e2e-kind (#1418)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sdowell authored Sep 4, 2024
1 parent 573361b commit 6d57ed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 6d57ed8

Please sign in to comment.