Commit 916210a0 authored by Stan Hu's avatar Stan Hu

Add a separate stage for bundle check

parent 11026592
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment