X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-install.sh;h=8b3ef6d54986b92703907e14569dcebdb8c12c0d;hb=7481ff9faf394dc6c023b2f0d7a635f24fdbb499;hp=dc43e32d2ab7e6053e8551af084e9936a28b1537;hpb=333d661d90ff0291664d49ea5de5866a0ed8b94d;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