mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Remove bundle-audit, it is not updated frequently enough
This commit is contained in:
@ -10,7 +10,6 @@ unless ENV['NO_UPDATE']
|
||||
checkout = ENV['COMMIT_HASH'] || "HEAD"
|
||||
run_or_fail("git checkout #{checkout}")
|
||||
run_or_fail("bundle")
|
||||
run_or_fail("bundle-audit check --update")
|
||||
end
|
||||
|
||||
run_or_fail("bundle exec rake docker:test")
|
||||
|
Reference in New Issue
Block a user