no comment helm changes

This commit is contained in:
Kjeld Schouten
2024-10-17 17:36:19 +02:00
parent d0d9f2e693
commit 50516cba1b
-8
View File
@@ -78,14 +78,6 @@ jobs:
# Fix sh files to always be executable # Fix sh files to always be executable
find . -name '*.sh' | xargs chmod +x find . -name '*.sh' | xargs chmod +x
- name: Commit Helm Changes
run: |
rm -rf helm/charts
mkdir helm/charts
cp -rf charts helm
echo "Copying changelogs to helm"
cp -r ./changelogs/** ./charts/
- name: Install Helm - name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3
with: with: