mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-12 16:39:18 -05:00
More Build Troubleshooting
This commit is contained in:
parent
0965b3355a
commit
fcb3d6717f
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ jobs:
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker git
|
run: apk add --update docker git
|
||||||
|
- name: DEBUGGING!
|
||||||
|
shell: /bin/ash -e {0}
|
||||||
|
run: which service
|
||||||
- name: Start docker
|
- name: Start docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: /sbin/service docker start
|
run: /sbin/service docker start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue