Skip to content

Commit 152e3c1

Browse files
Merge pull request #1060 from cloudfoundry/patch-infrastructure-set-pipeline-target
correct default target for cf infrastructure set pipeline
2 parents 7a75050 + 1780d47 commit 152e3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/infrastructure/set-pipeline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -euo pipefail
99

1010
SCRIPT_RELATIVE_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
pushd "${SCRIPT_RELATIVE_DIR}" > /dev/null
12-
TARGET="${TARGET:-app-runtime-interfaces}"
12+
TARGET="${TARGET:-app-autoscaler-release}"
1313

1414
PIPELINE_NAME="infrastructure"
1515

0 commit comments

Comments
 (0)