Skip to content

Commit

Permalink
fix: Added missing make command for Circle CI build - release_version
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunrajinstaclustr committed Sep 26, 2022
1 parent f977a81 commit 0d85b38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"

INSTALL_FOLDER=$(HOME)/.terraform.d/plugins/terraform.instaclustr.com/instaclustr/instaclustr/$(VERSION)/darwin_amd64

.PHONY: local-build preprod-build build build-all install local-gen-docs gen-docs
.PHONY: local-build preprod-build build build-all install local-gen-docs gen-docs release_version

release_version:
@echo v$(VERSION)

build:
go build $(FLAGS) -o bin/${FULL_BIN_NAME} main.go
Expand Down

0 comments on commit 0d85b38

Please sign in to comment.