mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
ci: Check if adding to rc is required
This commit is contained in:
parent
9f18d187d2
commit
553c830533
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows-tests.yml
vendored
1
.github/workflows/windows-tests.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
|
|
||||||
# Check if Docker is already in the default runlevel before adding it
|
# Check if Docker is already in the default runlevel before adding it
|
||||||
if ! rc-status default | grep -q "docker"; then
|
if ! rc-status default | grep -q "docker"; then
|
||||||
|
echo "Adding Docker service..."
|
||||||
rc-update add docker default || true
|
rc-update add docker default || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue