Refactor StartSentinel to handle build servers
This commit is contained in:
@@ -11,7 +11,7 @@ class StartSentinel
|
||||
|
||||
public function handle(Server $server, $version = 'next', bool $restart = false)
|
||||
{
|
||||
if ($server->isSwarm()) {
|
||||
if ($server->isSwarm() || $server->isBuildServer()) {
|
||||
return;
|
||||
}
|
||||
if ($restart) {
|
||||
|
||||
Reference in New Issue
Block a user