From 156fdff9f32c5c31c116981e2eead4e537f192ed Mon Sep 17 00:00:00 2001 From: Gareth Clay Date: Thu, 12 Nov 2020 15:20:08 +0000 Subject: [PATCH] Branch 1.1.x --- scripts/set-pipelines.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/set-pipelines.sh b/scripts/set-pipelines.sh index ce31dd4..516168d 100755 --- a/scripts/set-pipelines.sh +++ b/scripts/set-pipelines.sh @@ -23,8 +23,8 @@ main() { pushd "$(dirname "$0")/../ci" >/dev/null - set_pipeline app-broker-1.1.x pipeline.yml master - set_pipeline app-broker-1.1.x-pr pr-pipeline.yml master + set_pipeline app-broker-1.1.x pipeline.yml 1.1.x + set_pipeline app-broker-1.1.x-pr pr-pipeline.yml 1.1.x popd >/dev/null }