From 2da2d788113f82ea5f7e0a4ce6b285bb591333fe Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 6 Jun 2019 19:06:34 -0700 Subject: Skip installing gems we need for CI We don't need dev/docs. Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index e55244b..0295f34 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -4,7 +4,7 @@ steps: command: - asdf local ruby 2.4.5 - export USER="root" - - bundle install --jobs=7 --retry=3 + - bundle install --jobs=7 --retry=3 --without docs development - bundle exec rake expeditor: executor: @@ -13,7 +13,7 @@ steps: - label: run-lint-and-specs-ruby-2.5 command: - asdf local ruby 2.5.5 - - bundle install --jobs=7 --retry=3 + - bundle install --jobs=7 --retry=3 --without docs development - export USER="root" - bundle exec rake expeditor: @@ -24,7 +24,7 @@ steps: command: - asdf local ruby 2.6.3 - export USER="root" - - bundle install --jobs=7 --retry=3 + - bundle install --jobs=7 --retry=3 --without docs development - bundle exec rake expeditor: executor: -- cgit v1.2.1