|
|
@ -7,10 +7,10 @@ if [[ -f $1"/.git" || -d $1"/.git" ]]; then |
|
|
|
|
|
|
|
|
|
|
|
# always update within CI environment or configuring withing VSCode CMake where you can't interact |
|
|
|
# always update within CI environment or configuring withing VSCode CMake where you can't interact |
|
|
|
if [ "$CI" == "true" ] || [ -n "${VSCODE_PID+set}" ]; then |
|
|
|
if [ "$CI" == "true" ] || [ -n "${VSCODE_PID+set}" ]; then |
|
|
|
git submodule --quiet update --init --recursive --force --jobs=4 -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive --force -- $1 || true |
|
|
|
git submodule --quiet sync --recursive -- $1 |
|
|
|
git submodule --quiet sync --recursive -- $1 |
|
|
|
git submodule --quiet update --init --recursive --force --jobs=4 -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive --force -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive --force --jobs=4 -- $1 |
|
|
|
git submodule --quiet update --init --recursive --force -- $1 |
|
|
|
exit 0 |
|
|
|
exit 0 |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
@ -50,10 +50,10 @@ if [[ -f $1"/.git" || -d $1"/.git" ]]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
else |
|
|
|
else |
|
|
|
git submodule --quiet update --init --recursive --jobs=4 -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive -- $1 || true |
|
|
|
git submodule --quiet sync --recursive -- $1 |
|
|
|
git submodule --quiet sync --recursive -- $1 |
|
|
|
git submodule --quiet update --init --recursive --jobs=4 -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive -- $1 || true |
|
|
|
git submodule --quiet update --init --recursive --jobs=4 -- $1 |
|
|
|
git submodule --quiet update --init --recursive -- $1 |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|