mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
Fix conditions.
This commit is contained in:
parent
8ecf383c55
commit
8e8653a300
@ -12,5 +12,5 @@ unless ENV['NO_UPDATE']
|
||||
run_or_fail("bundle")
|
||||
end
|
||||
|
||||
run_or_fail("bundle exec rake docker:lint") unless ENV["SKIP_LINT"]
|
||||
run_or_fail("bundle exec rake docker:test") unless ENV["LINT_ONLY"]
|
||||
run_or_fail("bundle exec rake docker:lint") if !ENV["SKIP_LINT"]
|
||||
run_or_fail("bundle exec rake docker:test") if !ENV["LINT_ONLY"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user