ci: build deps

This commit is contained in:
Michael Kriese 2023-01-03 23:23:46 +01:00
parent 7ad6cac3c1
commit afd1e86ec2
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -11,6 +11,7 @@ pipeline:
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency build
- helm lint
helm-template:
@ -18,7 +19,6 @@ pipeline:
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency build
- helm template --debug gitea-helm .
verify-readme: