From 1164ecd3c1737625f18574d175ffb4ef9dab8bdb Mon Sep 17 00:00:00 2001 From: pramod belal <126258949+pramod-technoforte@users.noreply.github.com> Date: Thu, 9 Nov 2023 10:27:08 +0530 Subject: [PATCH] Update get_db_data.sh --- postgres-init/get_db_data.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgres-init/get_db_data.sh b/postgres-init/get_db_data.sh index 02a849d..c6929ca 100755 --- a/postgres-init/get_db_data.sh +++ b/postgres-init/get_db_data.sh @@ -8,7 +8,7 @@ fi if [ $REPO_NAME == "resident-services" ] then echo $REPO_NAME -branch=1.2.0.1-B2 +branch=tf-develop git clone -b $branch https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "mosip-compliance-toolkit" ] then @@ -16,15 +16,15 @@ branch=v0.0.9 git clone -b $branch https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "digital-card-service" ] then -branch=develop +branch=tf-develop git clone -b $branch https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "esignet" ] then -branch=1.0.0 +branch=tf-develop git clone -b $branch https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME elif [ $REPO_NAME == "esignet-mock-services" ] then -branch=0.9.0 +branch=tf-develop git clone -b $branch https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME else git clone -b $1 https://github.com/tf-govstack/$REPO_NAME.git ./repos/$REPO_NAME