diff options
author | Stan Hu <stanhu@gmail.com> | 2016-10-12 05:49:10 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-10-12 05:49:10 -0700 |
commit | 916210a0d4fb658a190a6da1dad82e8482741148 (patch) | |
tree | d9bd416485f55a2d9327f4eeef6bfc6e0befec3d /.gitlab-ci.yml | |
parent | 1102659262749ca184af38aa9ad6fba8b562d51f (diff) | |
download | gitlab-ce-916210a0d4fb658a190a6da1dad82e8482741148.tar.gz |
Add a separate stage for bundle checksh-add-bundle-check
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05687d22b68..4130aa4b6e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |