wip
This commit is contained in:
parent
04626eb1ee
commit
ae0bb7727b
@ -37,6 +37,11 @@
|
||||
"docker rm $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)",
|
||||
], $host);
|
||||
|
||||
throw_if(
|
||||
$activity->getExtraProperty('exitCode') !== 0,
|
||||
new RuntimeException($activity->description),
|
||||
);
|
||||
|
||||
expect($activity->getExtraProperty('exitCode'))->toBe(0);
|
||||
|
||||
// Assert there's no containers start with coolify_test_*
|
||||
|
Loading…
Reference in New Issue
Block a user