Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 02:36:11 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 02:36:11 +0300
commit5960e9954934d367d02f76f51d31d62235d4aa89 (patch)
treeda06bf1afd1010abce06de3ddf6b5a08e04747bf /.gitlab-ci.yml
parente1e79e7e17f0ff7c6f1fa1c69c840a252af7596f (diff)
Remove allowed to fail by ignoring RedCloth
Diffstat (limited to '.gitlab-ci.yml')
-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