This commit is contained in:
Stavros kois 2024-06-01 00:48:59 +03:00
parent b95dfc1ea6
commit 4348958723
No known key found for this signature in database
GPG Key ID: 52FD8F5EE0A731BB
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
export TEMPLATE_PATH="./templates/CHANGELOG.md.tmpl"
export OUTPUT_DIR="./changelogs"
export JSON_FILE="changelog.json"
ls -l
if [ -f "$JSON_FILE.gz" ]; then
@ -66,7 +66,7 @@ jobs:
mkdir helm/charts
cp -rf charts helm
echo "Copying changelogs to helm"
cp -r ./changelogs ./helm/charts
cp -r ./changelogs/** ./helm/charts/
- name: Commit Helm Changes
run: |
@ -100,7 +100,7 @@ jobs:
mv charts.json website/src/assets/charts.json
echo "Copying changelogs to docs"
cp -r ./changelogs ./website/src/docs/charts/
cp -r ./changelogs/** ./website/src/content/docs/charts/
export DEBUG=false
export STRICT=true