Merge "Bump pup-odl ruby version 2.4 to 2.6 (latest)"
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 9 Jan 2019 14:19:10 +0000 (14:19 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 9 Jan 2019 14:19:10 +0000 (14:19 +0000)
jjb/packaging/test-puppet.sh

index 8185ae3fe6013d2032783ba71e499adc653a0a4b..c0aace6c093093924284526ffd4c167e76d613de 100644 (file)
@@ -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