success to build ci task by using tag like build_#15

This commit is contained in:
aaronchen2k
2020-01-18 10:47:28 +08:00
parent 59a4a2c894
commit 86af65c50f
+2 -2
View File
@@ -317,7 +317,7 @@ class gitModel extends model
*/
public function setLogFile($repoId)
{
$this->logFile = $this->logRoot . $repoId . 'log';
$this->logFile = $this->logRoot . $repoId . '.log';
}
/**
@@ -329,7 +329,7 @@ class gitModel extends model
*/
public function setTagFile($repoId)
{
$this->tagFile = $this->logRoot . $repoId . 'tag';
$this->tagFile = $this->logRoot . $repoId . '.tag';
}
/**