Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-04-27 23:37:31 +0300
committerRobert Speicher <robert@gitlab.com>2017-04-27 23:37:31 +0300
commitc4209bcc776b0af6bc697a069e08368d445dcc9e (patch)
tree036e38ec947e0dbe58c9260a63f6dcb7b662bb4d /.gitlab-ci.yml
parent5976195fef53fe1bc56647dfc06049a8f984d5fe (diff)
parentb45b08cbbfeabdd0a7d0f1c03a2584e58ebe684b (diff)
Merge branch '31464-move-bundle-check-to-before_script' into 'master'
Run `bundle check` after `bundle install` instead of having a dedicated job for it Closes #31464 See merge request !10944
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 230ca698ad0..50f1f65e4e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -403,13 +403,6 @@ docs:check:links:
# Check the internal links
- bundle exec nanoc check internal_links
-bundler:check:
- stage: test
- <<: *dedicated-runner
- <<: *ruby-static-analysis
- script:
- - bundle check
-
bundler:audit:
stage: test
<<: *ruby-static-analysis