Update clone.sh
This commit is contained in:
parent
bbe7bcca04
commit
cb2fc1a31a
9
clone.sh
9
clone.sh
|
|
@ -36,7 +36,8 @@ branches=(
|
||||||
"dev_odex25_transactions"
|
"dev_odex25_transactions"
|
||||||
"dev_odex25_website"
|
"dev_odex25_website"
|
||||||
"dev_openeducat_erp-14.0.1.0"
|
"dev_openeducat_erp-14.0.1.0"
|
||||||
"dev_odex25_ensan"
|
"dev_odex25_takaful"
|
||||||
|
"dev_odex25_benefit"
|
||||||
"dev_odex25_donation"
|
"dev_odex25_donation"
|
||||||
"preprod_odex-event"
|
"preprod_odex-event"
|
||||||
"preprod_odex25_accounting"
|
"preprod_odex25_accounting"
|
||||||
|
|
@ -57,7 +58,8 @@ branches=(
|
||||||
"preprod_odex25_transactions"
|
"preprod_odex25_transactions"
|
||||||
"preprod_odex25_website"
|
"preprod_odex25_website"
|
||||||
"preprod_openeducat_erp-14.0.1.0"
|
"preprod_openeducat_erp-14.0.1.0"
|
||||||
"preprod_odex25_ensan"
|
"preprod_odex25_takaful"
|
||||||
|
"preprod_odex25_benefit"
|
||||||
"preprod_odex25_donation"
|
"preprod_odex25_donation"
|
||||||
"master_odex-event"
|
"master_odex-event"
|
||||||
"master_odex25_accounting"
|
"master_odex25_accounting"
|
||||||
|
|
@ -78,8 +80,9 @@ branches=(
|
||||||
"master_odex25_transactions"
|
"master_odex25_transactions"
|
||||||
"master_odex25_website"
|
"master_odex25_website"
|
||||||
"master_openeducat_erp-14.0.1.0"
|
"master_openeducat_erp-14.0.1.0"
|
||||||
"master_odex25_ensan"
|
|
||||||
"master_odex25_donation"
|
"master_odex25_donation"
|
||||||
|
"master_odex25_takaful"
|
||||||
|
"master_odex25_benefit"
|
||||||
)
|
)
|
||||||
|
|
||||||
for branch in "${branches[@]}"; do
|
for branch in "${branches[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue