Add a separate stage for bundle check

This commit is contained in:
Stan Hu 2016-10-12 05:49:10 -07:00
parent 1102659262
commit 916210a0d4
1 changed files with 6 additions and 1 deletions

View File

@ -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: