Skip to content

Commit

Permalink
Using default value instead of simple variable for the git branch
Browse files Browse the repository at this point in the history
Signed-off-by: Damien DUPORTAL <[email protected]>
  • Loading branch information
dduportal committed Jan 3, 2018
1 parent 684f1a2 commit e89b388
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 @@ -4,7 +4,7 @@ export DOCKER_IMAGE_NAME ?= dduportal/bats
export DOCKER_IMAGE_TAG ?= $(shell git rev-parse --short HEAD)
export BATS_VERSION ?= 0.4.0

CURRENT_GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
CURRENT_GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

all: build test

Expand Down

0 comments on commit e89b388

Please sign in to comment.