Merge "Export packer binary dir in $PATH"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 28 Mar 2018 16:23:13 +0000 (16:23 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Wed, 28 Mar 2018 16:23:13 +0000 (16:23 +0000)
shell/packer-install.sh

index dc43e32..8b3ef6d 100644 (file)
@@ -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