From 5176ec26ff679ee9ebde6467eefed8d8c39d775c Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Thu, 27 Feb 2025 20:45:04 -0800 Subject: [PATCH] Remove debugging commands from kustomize --- .gitea/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 1757ec1..c057a18 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -90,8 +90,6 @@ jobs: - name: Update deployment run: | - pwd - ls # debugging ./kustomize edit set image image_name=*:${{ gitea.sha }} - name: Commit and push