Update repositories links #8

Closed
nikita.mikryukov wants to merge 20 commits from master into fix/update_links
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c841e48516 - Show all commits

View File

@ -30,7 +30,7 @@ clone_platform() {
PROJECT_NAME=$1
PLATFORM=$2
if git clone --recurse-submodules -j8 "https://git.ti/scm/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'`