reset before running docker tests

This commit is contained in:
Penar Musaraj 2018-10-03 10:32:16 -04:00
parent 46563082a9
commit 9e008047db
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ end
unless ENV['NO_UPDATE']
puts "travis_fold:start:pulling_latest_discourse" if ENV["TRAVIS"]
run_or_fail("git reset --hard")
run_or_fail("git pull")
checkout = ENV['COMMIT_HASH'] || "HEAD"