mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Extract linter in docker:test
Rake task into docker:lint
.
This commit is contained in:
@ -12,4 +12,5 @@ unless ENV['NO_UPDATE']
|
||||
run_or_fail("bundle")
|
||||
end
|
||||
|
||||
run_or_fail("bundle exec rake docker:test")
|
||||
run_or_fail("bundle exec rake docker:lint") unless ENV["SKIP_LINT"]
|
||||
run_or_fail("bundle exec rake docker:test") unless ENV["LINT_ONLY"]
|
||||
|
Reference in New Issue
Block a user