summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-10-12 05:49:10 -0700
committerStan Hu <stanhu@gmail.com>2016-10-12 05:49:10 -0700
commit916210a0d4fb658a190a6da1dad82e8482741148 (patch)
treed9bd416485f55a2d9327f4eeef6bfc6e0befec3d
parent1102659262749ca184af38aa9ad6fba8b562d51f (diff)
downloadgitlab-ce-sh-add-bundle-check.tar.gz
Add a separate stage for bundle checksh-add-bundle-check
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05687d22b68..4130aa4b6e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -257,13 +257,18 @@ lint-doc:
script:
- scripts/lint-doc.sh
+bundler:check:
+ stage: test
+ <<: *ruby-static-analysis
+ script:
+ - bundle check
+
bundler:audit:
stage: test
<<: *ruby-static-analysis
only:
- master
script:
- - bundle check
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
migration paths: