diff --git a/scripts/export_src.sh b/scripts/export_src.sh index 57323dd..20c12bc 100755 --- a/scripts/export_src.sh +++ b/scripts/export_src.sh @@ -30,7 +30,7 @@ clone_platform() { PROJECT_NAME=$1 PLATFORM=$2 - if git clone --recurse-submodules -j8 "git@gitlab.ti:touchinstinct/${PROJECT_NAME}-${PLATFORM}.git" --branch "${GIT_BRANCH}"; then + if git clone --recurse-submodules -j8 "ssh://git@git.ti:7999/touchinstinct/${PROJECT_NAME}-${PLATFORM}.git" --branch "${GIT_BRANCH}"; then cd ${PROJECT_NAME}-${PLATFORM} COMMIT_DATE=`git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d'`