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 9571291 commit 6c6ea52Copy full SHA for 6c6ea52
bin/build-stemcell-automation-zip.sh
@@ -2,7 +2,7 @@
2
set -eu -o pipefail
3
4
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
5
-STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/stemcell-automation/*ps1 | grep -iv Test)
+STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/stembuild/stemcell-automation/*ps1 | grep -iv Test)
6
7
: "${OPENSSH_ZIP?"Please see README.md on where to obtain this."}"
8
: "${BOSH_PSMODULES_ZIP?"Please see README.md on where to obtain this."}"
0 commit comments