From 433a2b695dab06eca7cee6db2b2cae52c6d6fdd8 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 1 Jul 2014 10:27:56 +1000 Subject: [PATCH] FIX: ensure we are tracking the branch --- templates/web.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 49a9142..6056861 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -64,7 +64,7 @@ run: cmd: - git reset --hard - git clean -f - - git pull + - git pull origin $version - git checkout $version - mkdir -p tmp/pids - mkdir -p tmp/sockets -- 2.25.1