Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4bd74ae

Browse files
committed
Fix path to stemcell-automation scripts
Signed-off-by: Aram Price <aram.price@broadcom.com>
1 parent 36f5dc7 commit 4bd74ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build-stemcell-automation-zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu -o pipefail
33

44
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
5-
STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/stemcell-automation/*ps1 | grep -iv Test)
5+
STEMCELL_AUTOMATION_PS1=$(ls "${ROOT_DIR}"/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."}"

0 commit comments

Comments
 (0)