We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e842208 commit acb75daCopy full SHA for acb75da
Makefile
@@ -73,6 +73,10 @@ clean: ## Cleanup build artifacts and tool binaries.
73
74
.PHONY: install
75
install: ## Install operator-sdk and helm-operator.
76
+ @if [ -z "$(GOBIN)" ]; then \
77
+ echo "Error: GOBIN is not set"; \
78
+ exit 1; \
79
+ fi
80
$(GO) install $(GO_BUILD_ARGS) ./cmd/{operator-sdk,helm-operator}
81
82
.PHONY: build
0 commit comments