ci: build deps
This commit is contained in:
parent
7ad6cac3c1
commit
afd1e86ec2
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
|
- helm dependency build
|
||||||
- helm lint
|
- helm lint
|
||||||
|
|
||||||
helm-template:
|
helm-template:
|
||||||
|
@ -18,7 +19,6 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
- helm dependency build
|
|
||||||
- helm template --debug gitea-helm .
|
- helm template --debug gitea-helm .
|
||||||
|
|
||||||
verify-readme:
|
verify-readme:
|
||||||
|
|
Loading…
Reference in a new issue