From ef5a1132b801c0cb6d251a3fd9a9f6f3b21460e6 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 14:37:18 -0500 Subject: [PATCH] I Don't Even Remember What I Changed. --- .forgejo/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 9928779..a2a6668 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,9 +18,9 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - - name: Print Some Debugging Info - shell: /bin/ash -e {0} - run: cat /etc/hosts + # - name: Print Some Debugging Info + # shell: /bin/ash -e {0} + # run: cat /etc/hosts - name: Set up QEMU (Do I need this?) uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx