diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index cd1062e..adc5c6a 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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: