Compare commits

...

1 Commits

Author SHA1 Message Date
rybakoff888ilia@gmail.com 3cc09c588d change link to gitlab 2023-03-07 19:41:37 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ clone_platform() {
PROJECT_NAME=$1
PLATFORM=$2
git clone --recurse-submodules -j8 "git@github.com:TouchInstinct/${PROJECT_NAME}-${PLATFORM}.git" --branch "${GIT_BRANCH}"
git clone --recurse-submodules -j8 "git@gitlab.ti:touchinstinct/${PROJECT_NAME}-${PLATFORM}.git" --branch "${GIT_BRANCH}"
}
mkdir -p "${SRC_DIR}"