From: Sam Date: Tue, 1 Jul 2014 00:27:56 +0000 (+1000) Subject: FIX: ensure we are tracking the branch X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=433a2b695dab06eca7cee6db2b2cae52c6d6fdd8;p=discourse_docker.git FIX: ensure we are tracking the branch --- 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