From 5e710fcde8252c09e3e8f56416cf7f81abf9789d Mon Sep 17 00:00:00 2001 From: "Al hel md. shahriar zaman" Date: Mon, 18 Nov 2024 18:26:21 +0600 Subject: [PATCH] Branch is set to develop --- development-environment/setup-countryconfig.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/development-environment/setup-countryconfig.sh b/development-environment/setup-countryconfig.sh index 4081c0f7955..1f5f106c3b2 100755 --- a/development-environment/setup-countryconfig.sh +++ b/development-environment/setup-countryconfig.sh @@ -34,10 +34,8 @@ echo cd ../ -BRANCH=master -if [[ $CI == "true" ]]; then - BRANCH=develop -fi +BRANCH=develop + git clone --branch $BRANCH --depth 1 https://github.com/opencrvs/opencrvs-countryconfig.git