Skip to content

Commit e92c999

Browse files
committed
Add pipeline for 2.4.x branch
1 parent bcbdd31 commit e92c999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-pipelines.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
1010

1111
set_branch_pipeline() {
1212
local -r pipeline_name="app-broker${PIPELINE_NAME_SUFFIX:+"-$PIPELINE_NAME_SUFFIX"}"
13-
local -r branches=("2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
13+
local -r branches=("2.4.x" "2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
1414

1515
for branch in "${branches[@]}"; do
1616
echo "Setting $pipeline_name $branch pipeline..."

0 commit comments

Comments
 (0)