Remove allowed to fail by ignoring RedCloth
This commit is contained in:
parent
e1e79e7e17
commit
5960e99549
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue