File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eu -o pipefail
33
4- ROOT_DIR =" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd ) "
5- STEMCELL_AUTOMATION_PS1=$( ls " ${ROOT_DIR } " /stembuild/stemcell-automation/* ps1 | grep -iv Test)
4+ REPO_ROOT =" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd ) "
5+ STEMCELL_AUTOMATION_PS1=$( ls " ${REPO_ROOT } " /stembuild/stemcell-automation/* ps1 | grep -iv Test)
66
77: " ${OPENSSH_ZIP?" Please see README.md on where to obtain this." } "
88: " ${BOSH_PSMODULES_ZIP?" Please see README.md on where to obtain this." } "
@@ -17,8 +17,8 @@ cp "${AGENT_ZIP}" "${TEMP_DIR}/agent.zip"
1717cp " ${DEPS_JSON} " " ${TEMP_DIR} /deps.json"
1818cp " ${STEMCELL_AUTOMATION_PS1} " " ${TEMP_DIR} "
1919
20- rm -f " ${ROOT_DIR } /stembuild/assets/StemcellAutomation.zip"
20+ rm -f " ${REPO_ROOT } /stembuild/assets/StemcellAutomation.zip"
2121
22- zip -rj " ${ROOT_DIR } /stembuild/assets/StemcellAutomation.zip" " ${TEMP_DIR} "
22+ zip -rj " ${REPO_ROOT } /stembuild/assets/StemcellAutomation.zip" " ${TEMP_DIR} "
2323
2424rm -r " ${TEMP_DIR} "
You can’t perform that action at this time.
0 commit comments