From 186cd1e32c0c1526079dc2a6971559668409c2b4 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 3 Jul 2024 21:48:10 +0200 Subject: [PATCH] Use shorter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1af958d1dc..5aa8f503fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,7 +200,7 @@ lint-helm-readme: - 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 - - readme-generator-for-helm --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml + - readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml test-metadata-service: image: maven:3-openjdk-17 -- GitLab