From: Anil Belur Date: Wed, 14 Nov 2018 00:38:58 +0000 (+1000) Subject: Update packer version defaults to 1.2.5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=86b0a6fcd368b8d114d19c05f7a0949a29a0ee16;p=releng%2Fglobal-jjb.git Update packer version defaults to 1.2.5 Update packer version defaults to 1.2.5 Change-Id: Ib27be0216d9fcc44ec7aa5fc38bfa66a9bc52e62 Signed-off-by: Anil Belur --- 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() {