More debugging
Some checks failed
Publish / build-and-push (push) Failing after 4m2s

This commit is contained in:
Jack Jackson 2025-04-06 22:04:27 -07:00
parent 60918eb3b1
commit a9198c19c7

View File

@ -55,7 +55,9 @@ jobs:
env: env:
GITEA_PASSWORD: ${{ env.GITEA_TOKEN }} GITEA_PASSWORD: ${{ env.GITEA_TOKEN }}
run: | run: |
git config --global --unset credential.helper echo "Hello this is some output"
#git config --global --unset credential.helper
git config --list
git clone -vvv https://gitea.scubbo.org/scubbo/helm-charts.git git clone -vvv https://gitea.scubbo.org/scubbo/helm-charts.git
cd helm-charts cd helm-charts
yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml yq -i '.image.tag = "${{ gitea.sha }}"' charts/edh-elo/values.yaml