From 57a8b6b09803258c88ca656f8ebc8203dc3efbeb Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Fri, 27 Dec 2024 14:57:28 +0100 Subject: [PATCH] Lint --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 375e4ce173..f252eaa021 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,9 @@ lint-helm-chart: stage: lint before_script: - apk add helm + - helm dependency update ./helm/seaweedfs + - helm package ./helm/seaweedfs --destination ./build + - helm dependency update ./helm/dbrepo script: - helm lint ./helm/dbrepo -- GitLab