Skip to content

Commit

Permalink
use first line of .version file only
Browse files Browse the repository at this point in the history
  • Loading branch information
radekg committed Mar 11, 2022
1 parent 651340a commit bf7da8b
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 @@ -3,7 +3,7 @@
.PHONY: clean test git-tag

CURRENT_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
TAG_VERSION ?= $(shell cat $(CURRENT_DIR)/.version)
TAG_VERSION ?= $(shell cat $(CURRENT_DIR)/.version | head -n1)

TEST_TIMEOUT ?=120s

Expand Down

0 comments on commit bf7da8b

Please sign in to comment.