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

ci: Skip docker start

Starting docker causes error saying that it is already starting.
This commit is contained in:
Crown0815 2025-05-24 18:11:01 +02:00 committed by Crown0815
parent 4f7937c904
commit 9d0f17811f

View file

@ -45,7 +45,6 @@ jobs:
run: |
apk --update add --no-cache docker curl
rc-update add docker default
service docker start
- name: WSL - Start Forgejo Server
shell: wsl-bash {0}