mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
oops should be HEAD
This commit is contained in:
parent
457429ccf1
commit
d4cf0a58e3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue