From f448f653353536097121cdf01d561811205cd85a Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Thu, 25 Jun 2026 22:05:30 -0500 Subject: [PATCH] debug2 --- .gitea/workflows/cicd.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 337de36..c7b601e 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -56,8 +56,9 @@ jobs: echo "paths: $paths" echo "----" set -x - echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64 - + echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64 -w 0 + aws --version + aws cloudfront create-invalidation help | cat aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths if: gitea.ref == 'refs/heads/main' env: # Or as an environment variable