Skip to content

Commit

Permalink
Remove file existence checks
Browse files Browse the repository at this point in the history
Co-authored-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
  • Loading branch information
zeroalphat and morimoto-cybozu committed Oct 20, 2023
1 parent 58def59 commit b6cca12
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 @@ -70,7 +70,7 @@ setup: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
$(ENVTEST):
mkdir -p bin
test -s $(BIN_DIR)/setup-envtest || GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest

$(MDBOOK):
mkdir -p bin
Expand Down

0 comments on commit b6cca12

Please sign in to comment.