mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 08:39:01 -05:00
FULL PATHS!
This commit is contained in:
parent
09994643a0
commit
0965b3355a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
run: apk add --update docker git
|
run: apk add --update docker git
|
||||||
- name: Start docker
|
- name: Start docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: service docker start
|
run: /sbin/service docker start
|
||||||
# - name: Print Some Debugging Info
|
# - name: Print Some Debugging Info
|
||||||
# shell: /bin/ash -e {0}
|
# shell: /bin/ash -e {0}
|
||||||
# run: echo ${{ github.repository }}
|
# run: echo ${{ github.repository }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue