Skip to content

Commit

Permalink
Update get_db_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pramod-technoforte authored Nov 9, 2023
1 parent 832e9fe commit 1164ecd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postgres-init/get_db_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ 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
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
Expand Down

0 comments on commit 1164ecd

Please sign in to comment.