Skip to content

Commit 156fdff

Browse files
committed
Branch 1.1.x
1 parent aa62349 commit 156fdff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/set-pipelines.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ main() {
2323

2424
pushd "$(dirname "$0")/../ci" >/dev/null
2525

26-
set_pipeline app-broker-1.1.x pipeline.yml master
27-
set_pipeline app-broker-1.1.x-pr pr-pipeline.yml master
26+
set_pipeline app-broker-1.1.x pipeline.yml 1.1.x
27+
set_pipeline app-broker-1.1.x-pr pr-pipeline.yml 1.1.x
2828

2929
popd >/dev/null
3030
}

0 commit comments

Comments
 (0)