X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-install.sh;fp=shell%2Fpacker-install.sh;h=8b3ef6d54986b92703907e14569dcebdb8c12c0d;hb=f77ecf88f04c5a5f82b65f073cc8d628462bea2c;hp=dc43e32d2ab7e6053e8551af084e9936a28b1537;hpb=e384cae5689bc7e94628bac67cd7099aa2235710;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-install.sh b/shell/packer-install.sh index dc43e32d..8b3ef6d5 100644 --- a/shell/packer-install.sh +++ b/shell/packer-install.sh @@ -15,6 +15,7 @@ echo "---> packer-install.sh" # $PACKER_VERSION : Define a packer version passed as job paramter PACKER_VERSION="${PACKER_VERSION:-1.1.3}" +export PATH="${WORKSPACE}/bin:$PATH" # Ensure we fail the job if any steps fail. set -eu -o pipefail