From 8732aeb6d0dc5061b1eb647d7a2cfc0ca0a69b24 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sat, 1 Mar 2025 23:20:51 -0800 Subject: [PATCH] Cleanup debugging logging --- .gitea/workflows/mirror.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/mirror.yaml b/.gitea/workflows/mirror.yaml index a4a80ac..05b7225 100644 --- a/.gitea/workflows/mirror.yaml +++ b/.gitea/workflows/mirror.yaml @@ -6,11 +6,6 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - run: | - echo "DEBUGGING" - pwd - echo "" - ls # If I were going to make this as a template, I'd instead use the `${{ github.[...] }} context to determin owner # and name directly from the context. # I'm leaving that off because it'd require a whole other step (to pipe `github.repository` through a splitting