summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:12:53 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-07-16 11:12:53 -0700
commit8e8b6c43f783a31aa91c19291299203f40a39224 (patch)
treeadd072ec51adf9b51e1be75cb69d7d9f7fd4803a /.expeditor
parent00e8b1616252a8aee6b8646551946aaa5845baa1 (diff)
downloadmixlib-shellout-8e8b6c43f783a31aa91c19291299203f40a39224.tar.gz
remove docs + debug from linux tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor')
-rwxr-xr-x.expeditor/run_linux_tests.sh2
1 files changed, 1 insertions, 1 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