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=86ddf82eea465ba3fd8bcd58f2e298da8127eae0;hpb=22db11280929c69ead3f0911a550780420646de0;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index 86ddf82e..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.3}" +PACKER_VERSION="${PACKER_VERSION:-1.2.5}" export PATH="${WORKSPACE}/bin:$PATH" packer_install() {