Intentionally break the build - part 2

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
2023-11-18 14:33:35 +01:00
parent bb9cb26686
commit 7f57151c54

View File

@ -24,7 +24,9 @@ jobs:
apk add --update make nodejs npm yamllint
- uses: actions/checkout@v4
- name: install chart dependencies
run: helm dependency build
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm dependency build
- name: lint
run: helm lint
- name: template