Skip to content
Snippets Groups Projects
Verified Commit 41efd144 authored by Martin Weise's avatar Martin Weise
Browse files

More debug

parent 32b445e3
Branches
Tags
No related merge requests found
...@@ -88,6 +88,11 @@ lint-helm-chart: ...@@ -88,6 +88,11 @@ lint-helm-chart:
- helm lint ./helm/dbrepo - helm lint ./helm/dbrepo
- helm schema -input ./helm/dbrepo/values.yaml -output ./helm/dbrepo/values.schema.json - helm schema -input ./helm/dbrepo/values.yaml -output ./helm/dbrepo/values.schema.json
- diff ./CI_values.schema.json ./helm/dbrepo/values.schema.json - diff ./CI_values.schema.json ./helm/dbrepo/values.schema.json
artifacts:
when: always
paths:
- ./helm/dbrepo/values.schema.json
expire_in: 1 days
lint-helm-readme: lint-helm-readme:
image: docker.io/node:${NODE_VERSION}-alpine${ALPINE_VERSION} image: docker.io/node:${NODE_VERSION}-alpine${ALPINE_VERSION}
...@@ -103,6 +108,11 @@ lint-helm-readme: ...@@ -103,6 +108,11 @@ lint-helm-readme:
script: script:
- ./readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml - ./readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml
- diff ./CI_README.md ./helm/dbrepo/README.md - diff ./CI_README.md ./helm/dbrepo/README.md
artifacts:
when: always
paths:
- ./helm/dbrepo/README.md
expire_in: 1 days
lint-metadata-schema: lint-metadata-schema:
image: docker.io/alpine:${ALPINE_VERSION} image: docker.io/alpine:${ALPINE_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment