Skip to content

Commit a97ebde

Browse files
Remove travis
1 parent 9c05c4d commit a97ebde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ HOST_GID=$(shell id -g)
1515
DOCKER_IMAGE_NAME = quay.io/reconmap/rest-api
1616
DOCKER_DEFAULT_TAG = $(DOCKER_IMAGE_NAME)
1717

18-
ifdef TRAVIS_BRANCH
19-
GIT_BRANCH_NAME = $(TRAVIS_BRANCH)
20-
else
18+
ifndef GIT_BRANCH_NAME
2119
GIT_BRANCH_NAME = $(shell git rev-parse --abbrev-ref HEAD)
2220
endif
2321

0 commit comments

Comments
 (0)