Commit 5960e995 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Remove allowed to fail by ignoring RedCloth

parent e1e79e7e
...@@ -150,11 +150,10 @@ bundler:audit: ...@@ -150,11 +150,10 @@ bundler:audit:
stage: test stage: test
script: script:
- "bundle exec bundle-audit update" - "bundle exec bundle-audit update"
- "bundle exec bundle-audit check" - "bundle exec bundle-audit check --ignore OSVDB-115941"
tags: tags:
- ruby - ruby
- mysql - mysql
allow_failure: true
# Ruby 2.2 jobs # 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