Merge branch 'fix/script_link' into 'master'

change link to gitlab

See merge request touchinstinct/BuildScripts!3
This commit is contained in:
Ilya Rybakov 2023-03-07 16:42:05 +00:00
commit 178ce38f79
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}"