Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5d1ddb5
)
Update packer version defaults to 1.2.5
10/13510/2
v0.26.x
author
Anil Belur
<abelur@linuxfoundation.org>
Wed, 14 Nov 2018 00:38:58 +0000
(10:38 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Wed, 14 Nov 2018 02:42:24 +0000
(12:42 +1000)
Update packer version defaults to 1.2.5
Change-Id: Ib27be0216d9fcc44ec7aa5fc38bfa66a9bc52e62
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/packer-install.sh
patch
|
blob
|
history
diff --git
a/shell/packer-install.sh
b/shell/packer-install.sh
index
86ddf82
..
ada68ab
100644
(file)
--- 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() {