From cd11a9c1c2405c598286f78da67ec9239565eb17 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 6 Dec 2016 13:32:33 -0500 Subject: [PATCH] peg compose tag to active branch --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63b5ac259e..2e29eb174d 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,8 @@ DEPS_SCRIPT ?= packaging/bundle/deps.py GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) GCLOUD_AUTH ?= $(shell gcloud auth print-access-token) -COMPOSE_TAG ?= devel # NOTE: This defaults the container image version to the branch that's active -# COMPOSE_TAG ?= $(GIT_BRANCH) +COMPOSE_TAG ?= $(GIT_BRANCH) COMPOSE_HOST ?= $(shell hostname)