fetch all branches on internal installer

old-commit-hash: 145fd88debceea1b16a30ef0f234ab84f4157ad5
This commit is contained in:
Adeeb Shihadeh
2021-09-02 12:09:42 -07:00
parent 0551450068
commit d9cbac72db
+3 -1
View File
@@ -195,7 +195,9 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
param << value;
param.close();
}
run("cd " INSTALL_PATH " && git remote set-url origin --push " GIT_SSH_URL);
run("cd " INSTALL_PATH " && "
"git remote set-url origin --push " GIT_SSH_URL " && "
"git config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"");
#endif
// write continue.sh