Improved build log, added more debug info
This commit is contained in:
parent
2548cc2b30
commit
82e73281e4
43 changed files with 247 additions and 87 deletions
|
|
@ -42,6 +42,8 @@ class CopyBuild implements Plugin
|
|||
$this->directory = isset($options['directory']) ? $options['directory'] : $path;
|
||||
$this->wipe = isset($options['wipe']) ? (bool)$options['wipe'] : false;
|
||||
$this->ignore = isset($options['respect_ignore']) ? (bool)$options['respect_ignore'] : false;
|
||||
|
||||
$this->phpci->logDebug('Plugin options: ' . json_encode($options));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue