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