summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:27:40 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-30 23:48:32 -0400
commit36164633f416e97100c863b1e088d34b40b5738e (patch)
tree7720315fd2eeb6f607839197ab6645707cbe99c6 /.expeditor
parenta906a1881212e20189eeb3211a6ed85d4b17cd64 (diff)
downloadmixlib-shellout-36164633f416e97100c863b1e088d34b40b5738e.tar.gz
Use consistent gemfile groups
This makes it easier to diff our configs Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index a29049b..b0fff38 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -3,7 +3,7 @@ steps:
- label: run-lint-and-specs-ruby-2.2
command:
- export USER="root"
- - bundle install --jobs=7 --retry=3 --without docs development style
+ - bundle install --jobs=7 --retry=3 --without docs debug style
- bundle exec rake spec
expeditor:
executor:
@@ -13,7 +13,7 @@ steps:
- label: run-lint-and-specs-ruby-2.3
command:
- export USER="root"
- - bundle install --jobs=7 --retry=3 --without docs development
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
@@ -23,7 +23,7 @@ steps:
- label: run-lint-and-specs-ruby-2.4
command:
- export USER="root"
- - bundle install --jobs=7 --retry=3 --without docs development
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
@@ -32,8 +32,8 @@ steps:
- label: run-lint-and-specs-ruby-2.5
command:
- - bundle install --jobs=7 --retry=3 --without docs development
- export USER="root"
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
@@ -43,7 +43,7 @@ steps:
- label: run-lint-and-specs-ruby-2.6
command:
- export USER="root"
- - bundle install --jobs=7 --retry=3 --without docs development
+ - bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor: