Skip to content

Commit

Permalink
fix(ci) Remove installation of certmanager in go-test
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
  • Loading branch information
sguyennet authored and holyhope committed Jan 18, 2021
1 parent d420164 commit fd8a56e
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 @@ -107,7 +107,7 @@ diff:
git diff --stat --diff-filter=d --exit-code HEAD

.PHONY: go-test
go-test: install certmanager
go-test: install
ifeq (, $(USE_EXISTING_CLUSTER))
$(warning USE_EXISTING_CLUSTER variable is not defined)
endif
Expand Down

0 comments on commit fd8a56e

Please sign in to comment.