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

Commit

Permalink
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
@@ -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):

0 comments on commit bb68323

Please sign in to comment.