fix(clustertool): add some tests and verbosity during changelog generation

This commit is contained in:
Kjeld Schouten
2025-04-10 12:55:25 +02:00
parent fd82d5748b
commit 7001e5d875
2 changed files with 13 additions and 2 deletions
+10 -1
View File
@@ -112,7 +112,16 @@ jobs:
fi
./temp/clustertool charts genchangelog "$REPO_PATH" "$TEMPLATE_PATH" "$OUTPUT_DIR"
gzip "$JSON_FILE" --best
# TODO: Test remove later
echo "temp content:"
ls ./temp/
echo ""
echo "rootcontent"
ls ./
echo ""
gzip "$JSON_FILE" --best || echo "Compression failed, ignoring..."
- name: Fix Pre-Commit issues
shell: bash