summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-07-16 12:01:14 -0700
committerGitHub <noreply@github.com>2020-07-16 12:01:14 -0700
commitb5730ad51ab9157a494d6caf7af575c6e8f1f66f (patch)
tree9153d2ac413b2ac64ba59555f2d931e11ec89e99 /.expeditor
parentd1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023 (diff)
parent14757e85f67441a81e929a4848a49eb2231e9cc6 (diff)
downloadmixlib-shellout-b5730ad51ab9157a494d6caf7af575c6e8f1f66f.tar.gz
Merge pull request #206 from chef/lcg/extract-mixlib-shellout
Diffstat (limited to '.expeditor')
-rwxr-xr-x.expeditor/run_linux_tests.sh2
-rw-r--r--.expeditor/verify.pipeline.yml18
2 files changed, 1 insertions, 19 deletions
diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh
index 4c14c80..e4a855d 100755
--- a/.expeditor/run_linux_tests.sh
+++ b/.expeditor/run_linux_tests.sh
@@ -36,7 +36,7 @@ if [ -n "${RESET_BUNDLE_CACHE:-}" ]; then
fi
bundle config --local path vendor/bundle
-bundle install --jobs=7 --retry=3
+bundle install --jobs=7 --retry=3 --without docs debug
echo "--- bundle cache"
if test -f bundle.sha256 && shasum --check bundle.sha256 --status; then
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 57afa06..b1217e5 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,24 +6,6 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.2
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.2-jessie
-
-- label: run-lint-and-specs-ruby-2.3
- command:
- - export USER="root"
- - .expeditor/run_linux_tests.sh rake
- expeditor:
- executor:
- docker:
- image: ruby:2.3-stretch
-
- label: run-lint-and-specs-ruby-2.4
command:
- export USER="root"