diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-06 20:06:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-06 20:06:13 -0700 |
commit | 2f0cb26c3c15d49af198a839790f166c8d219f74 (patch) | |
tree | 0108322c78a42dd7db02ba0fb4c5bfc5cb1f6ecb /scripts | |
parent | b305c3134c9af268e9008e25487c6dfaf905410b (diff) | |
download | chef-2f0cb26c3c15d49af198a839790f166c8d219f74.tar.gz |
Get timing on the ruby install
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_linux_exec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bk_tests/bk_linux_exec.sh b/scripts/bk_tests/bk_linux_exec.sh index d7a1c12320..a09b121000 100755 --- a/scripts/bk_tests/bk_linux_exec.sh +++ b/scripts/bk_tests/bk_linux_exec.sh @@ -33,6 +33,7 @@ echo "--- Installing Ruby 2.7.1" /opt/asdf/bin/asdf global 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 |