diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5ed3d6cc2e7b86d71c0aa9ee4f97f4fcbdb2bd0..2041e0e16fba1a842918d29c9e750f6110d6e66c 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 commander && npm install -g ./readme-generator-for-helm + - git clone https://github.com/bitnami/readme-generator-for-helm && npm install && npm install -g pkg && pkg . -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