Skip to content

Commit

Permalink
add downloaded binaries to PATH (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerad authored Sep 23, 2022
1 parent 40a2647 commit e9614ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ delete: ## Delete controller from current kubernetes cluster.

.PHONY: create-release-prep-pr
create-release-prep-pr: $(GUM) ## Update version numbers in documents and open a PR.
$(PROJECT_DIR)/scripts/prepare-for-release.sh
@PATH="$(BIN_DIR):$(PATH)" $(PROJECT_DIR)/scripts/prepare-for-release.sh

.PHONY: create-release-prep-pr-draft
create-release-prep-pr-draft: $(GUM) ## Update version numbers in documents and open a draft PR.
$(PROJECT_DIR)/scripts/prepare-for-release.sh -d
@PATH="$(BIN_DIR):$(PATH)" $(PROJECT_DIR)/scripts/prepare-for-release.sh -d

.PHONY: latest-release-tag
latest-release-tag: ## Get tag of most recent release.
Expand Down

0 comments on commit e9614ff

Please sign in to comment.