From 410b7489ba98df080028f03121c00c06abd6c4c8 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 3 Jul 2024 21:52:00 +0200 Subject: [PATCH] Commander --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5aa8f503fb..e5ed3d6cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -196,7 +196,7 @@ lint-helm-readme: - build-metadata-service before_script: - apk add helm git - - git clone https://github.com/bitnami/readme-generator-for-helm && npm install -g ./readme-generator-for-helm + - git clone https://github.com/bitnami/readme-generator-for-helm && npm install commander && npm install -g ./readme-generator-for-helm - helm plugin install https://github.com/losisin/helm-values-schema-json.git script: - helm schema -input ./helm/dbrepo/values.yaml -output ./helm/dbrepo/values.schema.json -- GitLab