From 691ad82da675f28d77d7950714c8becf9c613d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B4=D8=B1=D9=83=D8=A9=20=D8=AE=D8=A8=D9=8A=D8=B1=20?= =?UTF-8?q?=D8=A7=D9=84=D9=85=D8=AD=D8=AF=D9=88=D8=AF=D8=A9?= Date: Tue, 15 Oct 2024 16:44:46 +0300 Subject: [PATCH] Update clone.sh --- clone.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clone.sh b/clone.sh index e84d9a47b..68ff952dd 100644 --- a/clone.sh +++ b/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