mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 18:18:57 +02:00
[Nostromo] Apply Mess Detector recommendations
This commit is contained in:
@@ -219,9 +219,8 @@ class DeployCommand extends AbstractCommand
|
||||
}
|
||||
}
|
||||
|
||||
if ($succeededTasks != $totalTasks) {
|
||||
$alertColor = 'red';
|
||||
} else {
|
||||
$alertColor = 'red';
|
||||
if ($succeededTasks == $totalTasks) {
|
||||
$alertColor = 'green';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user