maybe bash is missing?
All checks were successful
/ render-helm (push) Successful in 21s

This commit is contained in:
Finn 2024-09-10 09:51:20 -07:00
parent 4347da72c1
commit f7e4e662e9

View file

@ -9,8 +9,8 @@ jobs:
container: container:
image: library/alpine image: library/alpine
steps: steps:
- run: apk add --no-cache nodejs git helm kubectl - run: apk add --no-cache nodejs git helm kubectl bash
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: ls -lha helm - run: ls -lha helm/render-all.sh
- run: ./helm/render-all.sh - run: ./helm/render-all.sh
- run: git diff --exit-code - run: git diff --exit-code