summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 00:36:11 +0100
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 00:36:11 +0100
commit5960e9954934d367d02f76f51d31d62235d4aa89 (patch)
treeda06bf1afd1010abce06de3ddf6b5a08e04747bf
parente1e79e7e17f0ff7c6f1fa1c69c840a252af7596f (diff)
downloadgitlab-ce-bundle-audit-ignore-redcloth.tar.gz
Remove allowed to fail by ignoring RedClothbundle-audit-ignore-redcloth
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd013d50faa..1ba1d8d8468 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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