From df5b8771cd36512f1f62f223ca3a28e39ecc09c0 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 20 Jan 2025 14:09:45 +0100 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f5f532c97..3cd4aba583 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ lint-helm-chart: image: docker.io/alpine:${ALPINE_VERSION} stage: lint before_script: - - apk --no-cache add helm git bash nodejs + - apk --no-cache add helm git bash nodejs npm - helm plugin install https://github.com/losisin/helm-values-schema-json.git - helm dependency update ./helm/seaweedfs - helm package ./helm/seaweedfs --destination ./build -- GitLab