fix: remove logging of cleanup failures to prevent false deployment errors
This commit is contained in:
parent
cfea11f189
commit
a18e920e4c
1 changed files with 0 additions and 1 deletions
|
|
@ -3194,7 +3194,6 @@ private function stop_running_container(bool $force = false)
|
|||
'stderr',
|
||||
hidden: true
|
||||
);
|
||||
\Log::warning("Failed to stop running container {$this->container_name}: {$e->getMessage()}");
|
||||
|
||||
return; // Don't re-throw - cleanup failures shouldn't fail successful deployments
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue