Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -40,6 +40,12 @@ 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
|
||||||
|
|
||||||
|
# Optional step if GPG signing is used
|
||||||
|
- name: Clean Questions
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
find ./helm -type f -name 'questions.yaml' -exec rm {} \;
|
||||||
|
|
||||||
- name: Commit Helm Changes
|
- name: Commit Helm Changes
|
||||||
run: |
|
run: |
|
||||||
rm -rf helm/charts
|
rm -rf helm/charts
|
||||||
|
|||||||
Reference in New Issue
Block a user