diff options
-rwxr-xr-x | scripts/bk_tests/bk_linux_exec.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/bk_tests/bk_linux_exec.sh b/scripts/bk_tests/bk_linux_exec.sh index b8bbe7c58e..ba2970b3d2 100755 --- a/scripts/bk_tests/bk_linux_exec.sh +++ b/scripts/bk_tests/bk_linux_exec.sh @@ -21,15 +21,11 @@ export FORCE_FFI_YAJL=ext export CHEF_LICENSE="accept-silent" export PATH=$PATH:/opt/omnibus-toolchain/embedded/bin -echo "--- Installing Ruby 2.6" -sudo amazon-linux-extras install ruby2.6 -y -sudo yum install rubygem-bundler -y - # Update Gems echo "--- Installing Gems" echo 'gem: --no-document' >> ~/.gemrc sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) -bundle install --jobs=3 --retry=3 --path=vendor/bundle +bundle install --jobs=3 --retry=3 --path=../vendor/bundle echo "--- Config information" |