Branch for 2.3.x series

This commit is contained in:
Alberto C. Ríos
2024-07-04 13:18:56 +02:00
parent 654b887d55
commit ab641a2f1e
4 changed files with 28 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
set_branch_pipeline() {
local -r pipeline_name="app-broker${PIPELINE_NAME_SUFFIX:+"-$PIPELINE_NAME_SUFFIX"}"
local -r branches=("2.2.x" "2.1.x" "2.0.x" "1.6.x" "1.5.x")
local -r branches=("2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
for branch in "${branches[@]}"; do
echo "Setting $pipeline_name $branch pipeline..."