This commit is contained in:
parent
4347da72c1
commit
f7e4e662e9
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ jobs:
|
|||
container:
|
||||
image: library/alpine
|
||||
steps:
|
||||
- run: apk add --no-cache nodejs git helm kubectl
|
||||
- run: apk add --no-cache nodejs git helm kubectl bash
|
||||
- uses: actions/checkout@v3
|
||||
- run: ls -lha helm
|
||||
- run: ls -lha helm/render-all.sh
|
||||
- run: ./helm/render-all.sh
|
||||
- run: git diff --exit-code
|
||||
|
|
Loading…
Reference in a new issue