fetch all branches on internal installer

This commit is contained in:
Adeeb Shihadeh
2021-09-02 12:09:42 -07:00
parent c93f3b10f7
commit 145fd88deb
+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