Skip to content

Commit

Permalink
Merge pull request #79 from doitintl/build-fix-hyphens
Browse files Browse the repository at this point in the history
build: Allow hyphens in tags - for nightly
  • Loading branch information
stepanstipl authored Dec 11, 2020
2 parents 810896f + 8af2147 commit f890601
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 @@ -19,7 +19,7 @@ endif
.DEFAULT_GOAL :=help

GITHUB_REF ?= dev
GIT_REF ?= $(shell echo "$(GITHUB_REF)" | sed "s,refs/[^/]*/,," | tr -cd '[:alnum:]._')
GIT_REF ?= $(shell echo "$(GITHUB_REF)" | sed "s,refs/[^/]*/,," | tr -cd '[:alnum:]._-')
GITHUB_SHA ?= dev
GIT_SHA ?= $(GITHUB_SHA)

Expand Down

0 comments on commit f890601

Please sign in to comment.