From 7f14adc6f4e39f06b1807ad8fdcfaa19dcea2835 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 6 May 2020 23:09:40 -0700 Subject: Don't update rubygems / bundler in the kitchen tests There's no need to do this Signed-off-by: Tim Smith --- scripts/bk_tests/bk_linux_exec.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/bk_tests/bk_linux_exec.sh b/scripts/bk_tests/bk_linux_exec.sh index f81a10da90..334bb740f0 100755 --- a/scripts/bk_tests/bk_linux_exec.sh +++ b/scripts/bk_tests/bk_linux_exec.sh @@ -35,8 +35,6 @@ echo "--- Installing Ruby 2.7.1" # Update Gems echo "--- Installing Gems" echo 'gem: --no-document' >> ~/.gemrc -gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2) -gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2) --force sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) bundle install --jobs=3 --retry=3 --path=../vendor/bundle -- cgit v1.2.1