BigW Consortium Gitlab

Commit c1d7e5ac by Robert Speicher

Merge branch 'bundle-audit-ignore-redcloth' into 'master'

Remove allowed to fail by ignoring RedCloth Having `Allowed to fail` jobs will only make sure we'll miss something when it should fail, so I excluded a known issue which has been an issue a long time now. Now when this build is not green we know we should look at it and pay attention. See merge request !3215
parents 2612451b 5960e995
......@@ -150,11 +150,10 @@ bundler:audit:
stage: test
script:
- "bundle exec bundle-audit update"
- "bundle exec bundle-audit check"
- "bundle exec bundle-audit check --ignore OSVDB-115941"
tags:
- ruby
- mysql
allow_failure: true
# Ruby 2.2 jobs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment