Add pipeline for 2.4.x branch
This commit is contained in:
@@ -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.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
|
||||
local -r branches=("2.4.x" "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..."
|
||||
|
||||
Reference in New Issue
Block a user