You've already forked RekomenciBackend
+2
-2
@@ -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=$!
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[engine]
|
||||
log_driver = "k8s-file"
|
||||
events_logger = "file"
|
||||
log_driver="k8s-file"
|
||||
|
||||
Reference in New Issue
Block a user