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=90780cbfd7ecdfa66b867768f1def37db547da86;hpb=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index 90780cbf..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.1.3}" +PACKER_VERSION="${PACKER_VERSION:-1.2.5}" export PATH="${WORKSPACE}/bin:$PATH" packer_install() {