Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #53 from manifoldco/drosati/fix-travis-vcs-label
Browse files Browse the repository at this point in the history
fix travis vcs label
  • Loading branch information
domenicrosati authored Jun 5, 2018
2 parents 839c2ab + bb68323 commit a76259a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ RELEASE_NAME?=$(patsubst docker-%,%,$@)
ifdef TRAVIS_PULL_REQUEST_BRANCH
RELEASE_VERSION=$(TRAVIS_PULL_REQUEST_SHA)
RELEASE_NAME="$(patsubst docker-%,%,$@)-$(shell echo $(TRAVIS_PULL_REQUEST_BRANCH) | sed "s/[^[:alnum:].-]/-/g")"
# Override VCS_BRANCH on travis because it uses the FETCH_HEAD
VCS_BRANCH=$(TRAVIS_PULL_REQUEST_BRANCH)
endif

$(CMDs:%=build/docker/%/Dockerfile):
Expand Down

0 comments on commit a76259a

Please sign in to comment.