From 40a544d2bd902995ba2c96849a1fdd5b1f73cbb7 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 3 Jul 2024 21:39:48 +0200 Subject: [PATCH] +x --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e169665a..9e6c1fe54c 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 ./readme-generator-for-helm + - git clone https://github.com/bitnami/readme-generator-for-helm && npm install ./readme-generator-for-helm && chmod +x ./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