From afd1e86ec240ade66175631537327a59401eb319 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 3 Jan 2023 23:23:46 +0100 Subject: [PATCH] ci: build deps --- .woodpecker/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: