We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05a741 commit 8cd5932Copy full SHA for 8cd5932
bin/build-stemcell-automation-zip.sh
@@ -14,7 +14,7 @@ cp "${OPENSSH_ZIP}" "${TEMP_DIR}/OpenSSH-Win64.zip"
14
cp "${BOSH_PSMODULES_ZIP}" "${TEMP_DIR}/bosh-psmodules.zip"
15
cp "${AGENT_ZIP}" "${TEMP_DIR}/agent.zip"
16
cp "${DEPS_JSON}" "${TEMP_DIR}/deps.json"
17
-for file in ~/workspace/stembuild/stemcell-automation/*ps1; do
+for file in "${REPO_ROOT}"/stembuild/stemcell-automation/*ps1; do
18
if ! [[ "${file}" =~ .*\.Tests\.ps1 ]]; then
19
cp "${file}" "${TEMP_DIR}"
20
fi
0 commit comments