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

Lint

parent c6eeb222
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,9 @@ lint-helm-chart: ...@@ -74,6 +74,9 @@ lint-helm-chart:
stage: lint stage: lint
before_script: before_script:
- apk add helm - apk add helm
- helm dependency update ./helm/seaweedfs
- helm package ./helm/seaweedfs --destination ./build
- helm dependency update ./helm/dbrepo
script: script:
- helm lint ./helm/dbrepo - helm lint ./helm/dbrepo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment