From edaec354f5926e629de12fde79bed809225049bd Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 20 Jan 2025 13:21:26 +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 b34fa4df7e..95f9aa937f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ lint-helm-chart: - helm dependency update ./helm/seaweedfs - helm package ./helm/seaweedfs --destination ./build - helm dependency update ./helm/dbrepo - - ./.scripts/check-helm.sh + - bash .scripts/check-helm.sh script: - helm lint ./helm/dbrepo - diff ./values.schema.json ./helm/dbrepo/values.schema.json -- GitLab