1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-06-27 16:35:58 +00:00

ci: Check if rc-service docker status is doing something

This commit is contained in:
Crown0815 2025-05-24 19:02:57 +02:00 committed by Crown0815
parent c9203a1470
commit e4ea35118f

View file

@ -56,7 +56,7 @@ jobs:
#fi
# Check Docker service status
#docker_status=$(rc-service docker status 2>&1 || echo "not running")
docker_status=$(rc-service docker status 2>&1 || echo "not running")
# Start Docker only if it's not already running or starting
#if echo "$docker_status" | grep -q "not running"; then