Remove debugging commands from kustomize

This commit is contained in:
Jack Jackson 2025-02-27 20:45:04 -08:00
parent fd5f5a1136
commit 5176ec26ff

View File

@ -90,8 +90,6 @@ jobs:
- name: Update deployment
run: |
pwd
ls # debugging
./kustomize edit set image image_name=*:${{ gitea.sha }}
- name: Commit and push