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:
authorDouwe Maan <douwe@gitlab.com>2015-12-09 13:18:21 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-09 13:18:21 +0300
commit905090dbe9d140ef950995c63204a864a161dbdb (patch)
tree8785fe0459b3009c353a30f29283f8993866bae8 /.gitlab-ci.yml
parent7e8dc22dd7fb730d3fc47150cdfe95dc9ffdbc3a (diff)
Remove RedCloth and no longer allow bundle-audit to fail
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 e8290fb36b2..c6d1e622bd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,10 +89,9 @@ flay:
- mysql
bundler:audit:
- script:
+ script:
- "bundle exec bundle-audit update"
- "bundle exec bundle-audit check"
tags:
- ruby
- mysql
- allow_failure: true