X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-puppet.sh;h=c0aace6c093093924284526ffd4c167e76d613de;hb=3b7ee333f1b20d16cbd2c00445cc28c10de2857e;hp=8185ae3fe6013d2032783ba71e499adc653a0a4b;hpb=176b5c3c577c46803fc501b64ba60bef1d2d80b2;p=releng%2Fbuilder.git diff --git a/jjb/packaging/test-puppet.sh b/jjb/packaging/test-puppet.sh index 8185ae3fe6..c0aace6c09 100644 --- a/jjb/packaging/test-puppet.sh +++ b/jjb/packaging/test-puppet.sh @@ -28,13 +28,13 @@ set +e # shellcheck disable=SC1090 source "$HOME/.rvm/scripts/rvm" set -e -rvm install 2.4.0 +rvm install 2.6.0 set -x ruby --version # This has to be done as a login shell to get rvm fns # https://rvm.io/support/faq#what-shell-login-means-bash-l # http://superuser.com/questions/306530/run-remote-ssh-command-with-full-login-shell -bash -lc "rvm use 2.4.0 --default" +bash -lc "rvm use 2.6.0 --default" ruby --version # Update RubyGems using itself, as OS package may be old