diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-06 23:09:40 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-06 23:09:40 -0700 |
commit | 7f14adc6f4e39f06b1807ad8fdcfaa19dcea2835 (patch) | |
tree | 778ec61da6faf9ca683158f5300791c6e88c1f20 /scripts | |
parent | cd27c5d9e2fe13f723e301fbc759e9dcc399cce8 (diff) | |
download | chef-7f14adc6f4e39f06b1807ad8fdcfaa19dcea2835.tar.gz |
Don't update rubygems / bundler in the kitchen tests
There's no need to do this
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_linux_exec.sh | 2 |
1 files changed, 0 insertions, 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 |