We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbdd31 commit e92c999Copy full SHA for e92c999
scripts/set-pipelines.sh
@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
10
11
set_branch_pipeline() {
12
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")
+ local -r branches=("2.4.x" "2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
14
15
for branch in "${branches[@]}"; do
16
echo "Setting $pipeline_name $branch pipeline..."
0 commit comments