Skip to content

Commit

Permalink
v0.0.0+dev in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
7fELF committed Jan 30, 2024
1 parent bfb446a commit db9e9da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ PACKAGE := github.com/exoscale/vault-plugin-secrets-exoscale
PROJECT_URL := https://$(PACKAGE)
GO_MAIN_PKG_PATH := ./cmd/vault-plugin-secrets-exoscale


include go.mk/init.mk

GO_LD_FLAGS := -ldflags "-s -w -X $(PACKAGE)/version.Version=${VERSION} -X $(PACKAGE)/version.Commit=${GIT_REVISION}"

include go.mk/public.mk

ifeq ($(VERSION), dev)
VERSION = v0.0.0+dev
endif

EXTRA_ARGS := -parallel 3 -count=1 -failfast
.PHONY: test-acc test-verbose test
test: GO_TEST_EXTRA_ARGS=${EXTRA_ARGS}
Expand Down

0 comments on commit db9e9da

Please sign in to comment.