Add deploy stage
This commit is contained in:
parent
075be27691
commit
788aeb161a
2 changed files with 4 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class Builder implements LoggerAwareInterface
|
|||
$this->setupBuild();
|
||||
|
||||
// Run the core plugin stages:
|
||||
foreach (['setup', 'test'] as $stage) {
|
||||
foreach (['setup', 'test', 'deploy'] as $stage) {
|
||||
$success &= $this->pluginExecutor->executePlugins($this->config, $stage);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue