Update clone.sh
This commit is contained in:
parent
b8bd38a4eb
commit
52442d13fd
3
clone.sh
3
clone.sh
|
|
@ -30,6 +30,7 @@ branches=(
|
|||
"dev_odex25_website"
|
||||
"dev_openeducat_erp-14.0.1.0"
|
||||
"dev_odex25_ensan"
|
||||
"dev_odex25_donation"
|
||||
"preprod_odex-event"
|
||||
"preprod_odex25_accounting"
|
||||
"preprod_odex25_base"
|
||||
|
|
@ -50,6 +51,7 @@ branches=(
|
|||
"preprod_odex25_website"
|
||||
"preprod_openeducat_erp-14.0.1.0"
|
||||
"preprod_odex25_ensan"
|
||||
"preprod_odex25_donation"
|
||||
"master_odex-event"
|
||||
"master_odex25_accounting"
|
||||
"master_odex25_base"
|
||||
|
|
@ -70,6 +72,7 @@ branches=(
|
|||
"master_odex25_website"
|
||||
"master_openeducat_erp-14.0.1.0"
|
||||
"master_odex25_ensan"
|
||||
"master_odex25_donation"
|
||||
)
|
||||
# Loop through each branch
|
||||
for branch in "${branches[@]}"; do
|
||||
|
|
|
|||
Loading…
Reference in New Issue