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 00:39:18 +0300
committerStan Hu <stanhu@gmail.com>2016-10-12 15:43:48 +0300
commit1102659262749ca184af38aa9ad6fba8b562d51f (patch)
treeb515572182dd96e387a9a16bb1c50059515a2093 /.gitlab-ci.yml
parent7c07c07d7a2b93ab81964b9cd28736652da1370a (diff)
Add a bundle check step to ensure dependencies are correct
This should help prevent merge issues in the future, which caused !6814 to be needed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb6f691058e..05687d22b68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,6 +263,7 @@ bundler:audit:
only:
- master
script:
+ - bundle check
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
migration paths: