summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-10-11 14:39:18 -0700
committerStan Hu <stanhu@gmail.com>2016-10-12 05:43:48 -0700
commit1102659262749ca184af38aa9ad6fba8b562d51f (patch)
treeb515572182dd96e387a9a16bb1c50059515a2093
parent7c07c07d7a2b93ab81964b9cd28736652da1370a (diff)
downloadgitlab-ce-1102659262749ca184af38aa9ad6fba8b562d51f.tar.gz
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.
-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: