From fcb3d6717f65beef7c9ab2cbbdf652865cf169ec Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 09:10:36 -0500 Subject: [PATCH] More Build Troubleshooting --- .forgejo/workflows/demo.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 1bb73ee..1dccc7f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,6 +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: Start docker shell: /bin/ash -e {0} run: /sbin/service docker start