Skip to content

Commit 3c17bcf

Browse files
committed
Fix build-stemcell-automation-zip path
Signed-off-by: Brian Upton <[email protected]>
1 parent 7b98361 commit 3c17bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/zip-files/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ OPENSSH_ZIP=open-ssh/OpenSSH-Win64.zip \
88
BOSH_PSMODULES_ZIP=bosh-psmodules/bosh-psmodules.zip \
99
AGENT_ZIP=bosh-agent/agent.zip \
1010
DEPS_JSON=deps-file/deps.json \
11-
"${STEMBUILD_DIR}/build-stemcell-automation-zip.sh"
11+
"${ROOT_DIR}/stembuild/bin/build-stemcell-automation-zip.sh"
1212

1313
cp "${STEMBUILD_DIR}/assets/StemcellAutomation.zip" "zip-file/StemcellAutomation-$(date +"%s").zip"

0 commit comments

Comments
 (0)