From c2ba649c4d178a293bf4337c3eda414fc9baf1f5 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 3 Jul 2024 22:01:54 +0200 Subject: [PATCH] Path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a62e8d6458..45f568828d 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 && npm install -g pkg && pkg . -o readme-generator-for-helm + - git clone https://github.com/bitnami/readme-generator-for-helm && npm install ./readme-generator-for-helm && npm install -g pkg && pkg ./readme-generator-for-helm -o 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