From 86b0a6fcd368b8d114d19c05f7a0949a29a0ee16 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 14 Nov 2018 10:38:58 +1000 Subject: [PATCH 1/1] Update packer version defaults to 1.2.5 Update packer version defaults to 1.2.5 Change-Id: Ib27be0216d9fcc44ec7aa5fc38bfa66a9bc52e62 Signed-off-by: Anil Belur --- shell/packer-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.16.6