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:
parent
c9203a1470
commit
e4ea35118f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue