Skip to content

Commit e644807

Browse files
committed
Remove unused variables
1 parent 7b0a62a commit e644807

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ IMAGES := \
185185
$(ASKPASS_IMAGE) \
186186
$(RESOURCE_GROUP_IMAGE)
187187

188-
# nomos binary for local run.
189-
NOMOS_LOCAL := $(BIN_DIR)/linux_amd64/nomos
190-
191188
# Allows an interactive docker build or test session to be interrupted
192189
# by Ctrl-C. This must be turned off in case of non-interactive runs,
193190
# like in CI/CD.
@@ -302,7 +299,7 @@ all: buildenv-dirs
302299
# Run any make target in the docker buildenv container
303300
# e.g. make clientgen-in-docker -> docker run ... make clientgen
304301
%-in-docker: buildenv-dirs
305-
@docker run $(DOCKER_RUN_ARGS) make $*
302+
@docker run $(DOCKER_RUN_ARGS) make "$*"
306303

307304
.PHONY: all-local
308305
# Run tests, cleanup dependencies, and generate CRDs locally

Makefile.e2e

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ E2E_PARAMS := \
55
GCP_PROJECT=$(GCP_PROJECT) \
66
REGISTRY=$(REGISTRY) \
77

8-
GOTOPT2_BINARY := docker run -i -u $(UID):$(GID) $(BUILDENV_IMAGE) /bin/gotopt2
9-
108
GCP_ZONE ?= us-central1-a
119
GKE_E2E_TIMEOUT ?= 6h
1210
# Configurable timeout for running the e2e tests on kind clusters.

0 commit comments

Comments
 (0)