X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-install.sh;h=d59ce2ac8cdefbf49e72d331b119f0b67185bec8;hb=4e5067df3af3dcee506bb94ab35011cbc9cf1924;hp=90780cbfd7ecdfa66b867768f1def37db547da86;hpb=379003e857da08bae0b43292d22ce66bca5e0e86;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index 90780cbf..d59ce2ac 100644 --- a/shell/packer-install.sh +++ b/shell/packer-install.sh @@ -16,7 +16,7 @@ echo "---> packer-install.sh" set -eu -o pipefail # $PACKER_VERSION : Define a packer version passed as job paramter -PACKER_VERSION="${PACKER_VERSION:-1.1.3}" +PACKER_VERSION="${PACKER_VERSION:-1.2.2}" export PATH="${WORKSPACE}/bin:$PATH" packer_install() {