summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
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"