Commit 7196ee10 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'bundler-audit-only-master' into 'master'

bundle:audit job only on master

As discussed in !3215

See merge request !3227
parents 90e91e28 a7f74e03
...@@ -148,6 +148,8 @@ flay: ...@@ -148,6 +148,8 @@ flay:
bundler:audit: bundler:audit:
stage: test stage: test
only:
- master
script: script:
- "bundle exec bundle-audit update" - "bundle exec bundle-audit update"
- "bundle exec bundle-audit check --ignore OSVDB-115941" - "bundle exec bundle-audit check --ignore OSVDB-115941"
......
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