Improved build log, added more debug info

This commit is contained in:
Dmitry Khomutov 2016-07-10 14:05:10 +06:00
commit 82e73281e4
43 changed files with 247 additions and 87 deletions

View file

@ -43,6 +43,8 @@ class CleanBuild implements Plugin
$this->phpci = $phpci;
$this->build = $build;
$this->remove = isset($options['remove']) && is_array($options['remove']) ? $options['remove'] : [];
$this->phpci->logDebug('Plugin options: ' . json_encode($options));
}
/**