test svn sync

This commit is contained in:
aaronchen2k
2020-02-01 10:25:28 +08:00
parent b713feabc5
commit 6dd177d104
5 changed files with 41 additions and 7 deletions

View File

@@ -225,8 +225,8 @@ class gitModel extends model
*/
public function setRepos()
{
$cirepo = $this->loadModel('cirepo');
$repoObjs = $cirepo->listForSync("true");
$repo = $this->loadModel('repo');
$repoObjs = $repo->listForSync("SCM='Git'");
$gitRepos = [];
$paths = [];