diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 994ad7a..b994346 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,9 +14,9 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - # - name: DEBUGGING! - # shell: /bin/ash -e {0} - # run: which service + - name: DEBUGGING! + shell: /bin/ash -e {0} + run: echo $DOCKER_HOST # - name: Start docker # shell: /bin/ash -e {0} # run: /sbin/service docker start