docker.rake should pull the latest source

This commit is contained in:
Gerhard Schlager 2018-05-15 15:09:49 +02:00
parent 34d4712133
commit be891e1c2e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def run_or_fail(command)
end
unless ENV['NO_UPDATE']
run_or_fail("git remote update")
run_or_fail("git pull")
checkout = ENV['COMMIT_HASH'] || "HEAD"
run_or_fail("git checkout #{checkout}")