From 142f6be558f164af9f9658a5290706e85fc98976 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 12 Apr 2026 20:06:31 -0500 Subject: [PATCH] ci: change root --- .gitea/workflows/lint-test-helm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index f9813c72c..55ec2a99c 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -530,14 +530,12 @@ jobs: for APP_NAME in ${CHANGED_CHARTS}; do echo ">> Running argocd app diff for ${APP_NAME} ..." - echo ">> Comparing against manifests in: clusters/${CLUSTER}/manifests/${APP_NAME}/" - ls -ld "clusters/${CLUSTER}/manifests/${APP_NAME}/" - argocd app diff "${APP_NAME}" \ --server "${ARGOCD_SERVER}" \ --revision ${{ gitea.sha }} \ --diff-exit-code 0 \ --local "clusters/${CLUSTER}/manifests/${APP_NAME}/" \ + --local-repo-root "${GITHUB_WORKSPACE}" \ --grpc-web > diff_output_${APP_NAME}.txt if [ -s "diff_output_${APP_NAME}.txt" ]; then