Compare commits
1 Commits
master
...
fix/script
| Author | SHA1 | Date |
|---|---|---|
|
|
3cc09c588d |
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue