updated repositories link

This commit is contained in:
Nikita Mikryukov 2023-05-29 09:28:27 +03:00
parent 318e0ce021
commit 3e249eae3d
1 changed files with 1 additions and 1 deletions

View File

@ -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'`