diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-11 16:16:07 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-11 16:16:07 +0100 |
commit | 22999a6fa6b44a835536307da8e5d6a6b349cb49 (patch) | |
tree | 548d14cb639012185c405edc24655e652c8c121e /.gitlab-ci.yml | |
parent | a2a68858c88151ce0d77f602dbae59d595495ac6 (diff) | |
download | gitlab-ce-22999a6fa6b44a835536307da8e5d6a6b349cb49.tar.gz |
Revert "Merge branch 'remove-redcloth' into 'master'
"revert-2037
This reverts commit e426c027b0a2a3aa0dea1d833008f2bfd814f483, reversing
changes made to c3676aa156981092b7f03f1a3e74bb819cfa2fc3.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c614e14e243..a8da3de83f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,9 +117,10 @@ flay: - mysql bundler:audit: - script: + script: - "bundle exec bundle-audit update" - "bundle exec bundle-audit check" tags: - ruby - mysql + allow_failure: true |