mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 16:45:43 +08:00
oops should be HEAD
This commit is contained in:
parent
457429ccf1
commit
d4cf0a58e3
@ -12,7 +12,7 @@ task 'docker:test' do
|
||||
unless ENV['NO_UPDATE']
|
||||
exit 1 unless run_or_fail("git remote update")
|
||||
|
||||
checkout = ENV['COMMIT_HASH'] || "master"
|
||||
checkout = ENV['COMMIT_HASH'] || "HEAD"
|
||||
exit 1 unless run_or_fail("git checkout #{checkout}")
|
||||
exit 1 unless run_or_fail("bundle")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user