feat: continue roadmap acceptance work
This commit is contained in:
@@ -15,7 +15,7 @@ cleanup() {
|
||||
status=$?
|
||||
if [ "$status" -ne 0 ]; then
|
||||
$compose ps >&2 || true
|
||||
$compose logs --no-color api web db minio >&2 || true
|
||||
$compose logs --no-color api web db minio minio-init >&2 || true
|
||||
fi
|
||||
$compose down --volumes --remove-orphans >/dev/null 2>&1 || true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user