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:
authorStan Hu <stanhu@gmail.com>2016-10-12 15:49:10 +0300
committerStan Hu <stanhu@gmail.com>2016-10-12 15:49:10 +0300
commit916210a0d4fb658a190a6da1dad82e8482741148 (patch)
treed9bd416485f55a2d9327f4eeef6bfc6e0befec3d /.gitlab-ci.yml
parent1102659262749ca184af38aa9ad6fba8b562d51f (diff)
Add a separate stage for bundle check
Diffstat (limited to '.gitlab-ci.yml')
-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: