X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-install.sh;h=ada68ab99061d01f8d28a794cf43875382fb22c3;hb=refs%2Fheads%2Fv0.26.x;hp=d59ce2ac8cdefbf49e72d331b119f0b67185bec8;hpb=4e5067df3af3dcee506bb94ab35011cbc9cf1924;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index d59ce2ac..ada68ab9 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.2.2}" +PACKER_VERSION="${PACKER_VERSION:-1.2.5}" export PATH="${WORKSPACE}/bin:$PATH" packer_install() {