it could be easier with dind...

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-22 00:28:04 +03:00
parent be6888f504
commit ce01adfc2d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -255,8 +255,8 @@ test:
- |
(
while true; do
podman-compose -f compose.yaml $PROFILES logs -f 2>&1
sleep 1
podman-compose -f compose.yaml $PROFILES logs 2>&1
sleep 30
done
) | grep "Error: no container" -v | tee -a compose.log &
- LOGS_PID=$!