exe git pull and retrive git log

This commit is contained in:
aaronchen2k
2020-01-10 18:16:26 +08:00
parent 46f9b8f33d
commit b6c7f38e1a
4 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ class ci extends control
*/
public function deleteRepo($id)
{
$this->ci->delete(TABLE_JENKINS, $id);
$this->ci->delete(TABLE_REPO, $id);
if(dao::isError()) $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->send(array('result' => 'success'));