X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-validate.sh;h=af766c3cf05efc8a6c79350a79222eb7c14c3c01;hb=refs%2Ftags%2Fv0.60.2;hp=61e14313ac6739c6e7e5fc5fa3f0f762bef4820e;hpb=aac0a15221c201d497ece89a9f0637433c3cc79b;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-validate.sh b/shell/packer-validate.sh index 61e14313..af766c3c 100644 --- a/shell/packer-validate.sh +++ b/shell/packer-validate.sh @@ -19,6 +19,7 @@ set -eu -o pipefail PACKER_LOGS_DIR="$WORKSPACE/archives/packer" mkdir -p "$PACKER_LOGS_DIR" export PATH="${WORKSPACE}/bin:$PATH" +export PACKER_BUILDER=${PACKER_BUILDER:-openstack} cd packer varfiles=(vars/*.json common-packer/vars/*.json)