From 3e249eae3d1eaeff8f87687256ecc2c0d08ed441 Mon Sep 17 00:00:00 2001 From: Nikita Mikryukov <97m.nik@gmail.com> Date: Mon, 29 May 2023 09:28:27 +0300 Subject: [PATCH] updated repositories link --- scripts/export_src.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/export_src.sh b/scripts/export_src.sh index 57323dd..77a8876 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 "https://git.ti/scm/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'`