fix: tests
This commit is contained in:
parent
01ec1ed563
commit
02edfaf54b
@ -34,7 +34,7 @@
|
|||||||
$host = Server::where('name', 'testing-local-docker-container')->first();
|
$host = Server::where('name', 'testing-local-docker-container')->first();
|
||||||
|
|
||||||
remoteProcess([
|
remoteProcess([
|
||||||
"docker rm -f $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)"
|
"docker rm -f $(docker ps --filter='name={$coolifyNamePrefix}*' -aq) > /dev/null 2>&1"
|
||||||
], $host);
|
], $host);
|
||||||
|
|
||||||
// Assert there's no containers start with coolify_test_*
|
// Assert there's no containers start with coolify_test_*
|
||||||
|
Loading…
Reference in New Issue
Block a user