exe git pull and retrive git log
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user