diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-15 00:36:11 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-15 00:36:11 +0100 |
commit | 5960e9954934d367d02f76f51d31d62235d4aa89 (patch) | |
tree | da06bf1afd1010abce06de3ddf6b5a08e04747bf /.gitlab-ci.yml | |
parent | e1e79e7e17f0ff7c6f1fa1c69c840a252af7596f (diff) | |
download | gitlab-ce-5960e9954934d367d02f76f51d31d62235d4aa89.tar.gz |
Remove allowed to fail by ignoring RedClothbundle-audit-ignore-redcloth
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |