Skip to content

Commit 9f722d3

Browse files
author
Matthew Fisher
committed
fix(makefile): make BUILD_TAG conditionally variable
1 parent 9907e15 commit 9f722d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include includes.mk
66
# - Kubernetes service, rc, pod, secret, volume names
77
SHORT_NAME := database
88

9-
BUILD_TAG := git-$(shell git rev-parse --short HEAD)
9+
BUILD_TAG ?= git-$(shell git rev-parse --short HEAD)
1010

1111
# Legacy support for DEV_REGISTRY, plus new support for DEIS_REGISTRY.
1212
DEIS_REGISTRY ?= ${DEV_REGISTRY}

0 commit comments

Comments
 (0)