Fixes for Gogs build and webhook. Issue #13
This commit is contained in:
parent
cc618b0c80
commit
9e478fd821
12 changed files with 54 additions and 97 deletions
|
|
@ -78,7 +78,8 @@ abstract class BaseCommandExecutor implements CommandExecutorInterface
|
|||
$this->lastOutput = [];
|
||||
|
||||
$command = call_user_func_array('sprintf', $args);
|
||||
$this->logger->logDebug($command);
|
||||
$this->logger->logDebug('Command: ' . $command);
|
||||
$this->logger->logDebug('Args: ' . json_encode($args));
|
||||
|
||||
if ($this->quiet) {
|
||||
$this->logger->log('Executing: ' . $command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue