retry submodule checkout on internal installer

old-commit-hash: e424f7182cb01bb4341849aba5be2cb0583fcc72
This commit is contained in:
Adeeb Shihadeh
2021-10-06 19:44:54 -07:00
parent 8bcb1e32af
commit ae93956547
+1
View File
@@ -196,6 +196,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
param.close();
}
run("cd " INSTALL_PATH " && "
"git submodule update --init && "
"git remote set-url origin --push " GIT_SSH_URL " && "
"git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"");
#endif