Removing 1.4.x because it reached EOCS (#844)

This commit is contained in:
Alberto C. Ríos
2023-09-06 10:37:24 +02:00
committed by GitHub
parent 80f264730e
commit e2f1a7cc11
6 changed files with 10 additions and 30 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=("main" "2.0.x" "1.6.x" "1.5.x" "1.4.x")
local -r branches=("main" "2.0.x" "1.6.x" "1.5.x")
for branch in "${branches[@]}"; do
echo "Setting $pipeline_name $branch pipeline..."