X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-build.sh;h=d3e306f3b5ac68949c7c3ed55d7250c2893dfdeb;hb=refs%2Fchanges%2F91%2F8391%2F1;hp=177bb1cb04d6c0f18a3be491b44640f2997ff031;hpb=7b93f6b4bae8c996e38dbab01a1a129b8dbfd47d;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-build.sh b/shell/packer-build.sh index 177bb1cb..d3e306f3 100644 --- a/shell/packer-build.sh +++ b/shell/packer-build.sh @@ -23,7 +23,7 @@ mkdir -p "$PACKER_LOGS_DIR" export PATH="${WORKSPACE}/bin:$PATH" # Prioritize the project's own version of vars if available -platform_file="vars/$PACKER_PLATFORM.json" +platform_file="common-packer/vars/$PACKER_PLATFORM.json" if [ -f "$PACKER_PLATFORM" ]; then platform_file="vars/$PACKER_PLATFORM.json" fi