X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-install.sh;h=86ddf82eea465ba3fd8bcd58f2e298da8127eae0;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=90780cbfd7ecdfa66b867768f1def37db547da86;hpb=7523625d22342839f99c02c0400a4b5d17252671;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index 90780cbf..86ddf82e 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.3}" export PATH="${WORKSPACE}/bin:$PATH" packer_install() {