From 3de1c735924b6561a31ccee5b81f2b322b7b3173 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 14 Jul 2016 15:54:37 -0700 Subject: [PATCH] [ci skip] build herokuish from versioned tag --- deb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb.mk b/deb.mk index 47b63ee48..d9bb4e959 100644 --- a/deb.mk +++ b/deb.mk @@ -95,7 +95,7 @@ deb-herokuish: @echo "sudo docker build -t gliderlabs/herokuish /var/lib/herokuish 1> /dev/null" >> /tmp/tmp/post-install @echo "-> Cloning repository" - git clone -q "https://github.com/$(HEROKUISH_REPO_NAME).git" --branch release /tmp/tmp/herokuish > /dev/null + git clone -q "https://github.com/$(HEROKUISH_REPO_NAME).git" --branch "v$(HEROKUISH_VERSION)" /tmp/tmp/herokuish > /dev/null rm -rf /tmp/tmp/herokuish/.git /tmp/tmp/herokuish/.gitignore @echo "-> Copying files into place"