list/deployments: disable stage wiping for now
This commit is contained in:
parent
64b72363fc
commit
dbe61f3911
|
@ -166,7 +166,7 @@ class ListController extends ActionController
|
|||
|
||||
// Not correct, we might clear logs we formerly skipped
|
||||
if ($collected) {
|
||||
$api->wipeInactiveStages();
|
||||
// $api->wipeInactiveStages();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue