fix: tests

This commit is contained in:
Andras Bacsai 2023-04-12 13:39:26 +02:00
parent 01ec1ed563
commit 02edfaf54b

View File

@ -34,7 +34,7 @@
$host = Server::where('name', 'testing-local-docker-container')->first();
remoteProcess([
"docker rm -f $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)"
"docker rm -f $(docker ps --filter='name={$coolifyNamePrefix}*' -aq) > /dev/null 2>&1"
], $host);
// Assert there's no containers start with coolify_test_*