Small content fixes

This commit is contained in:
Dmitry Khomutov 2017-02-02 19:32:17 +07:00
commit 327f442ebb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
9 changed files with 127 additions and 78 deletions

View file

@ -93,7 +93,6 @@ class Executor
$plugins = $branchConfig[$stage];
$runOption = 'after';
if (!empty($branchConfig['run-option'])) {
$runOption = $branchConfig['run-option'];
}