Update clone.sh
This commit is contained in:
parent
75e41dc14f
commit
691ad82da6
3
clone.sh
3
clone.sh
|
|
@ -29,6 +29,7 @@ branches=(
|
|||
"dev_odex25_transactions"
|
||||
"dev_odex25_website"
|
||||
"dev_openeducat_erp-14.0.1.0"
|
||||
"dev_odex25_ensan"
|
||||
"preprod_odex-event"
|
||||
"preprod_odex25_accounting"
|
||||
"preprod_odex25_base"
|
||||
|
|
@ -48,6 +49,7 @@ branches=(
|
|||
"preprod_odex25_transactions"
|
||||
"preprod_odex25_website"
|
||||
"preprod_openeducat_erp-14.0.1.0"
|
||||
"preprod_odex25_ensan"
|
||||
"master_odex-event"
|
||||
"master_odex25_accounting"
|
||||
"master_odex25_base"
|
||||
|
|
@ -67,6 +69,7 @@ branches=(
|
|||
"master_odex25_transactions"
|
||||
"master_odex25_website"
|
||||
"master_openeducat_erp-14.0.1.0"
|
||||
"master_odex25_ensan"
|
||||
)
|
||||
# Loop through each branch
|
||||
for branch in "${branches[@]}"; do
|
||||
|
|
|
|||
Loading…
Reference in New Issue