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

Added bash

parent edaec354
Branches
Tags
No related merge requests found
...@@ -76,7 +76,7 @@ lint-helm-chart: ...@@ -76,7 +76,7 @@ lint-helm-chart:
image: docker.io/alpine:${ALPINE_VERSION} image: docker.io/alpine:${ALPINE_VERSION}
stage: lint stage: lint
before_script: before_script:
- apk --no-cache add helm git - apk --no-cache add helm git bash
- helm plugin install https://github.com/losisin/helm-values-schema-json.git - helm plugin install https://github.com/losisin/helm-values-schema-json.git
- helm dependency update ./helm/seaweedfs - helm dependency update ./helm/seaweedfs
- helm package ./helm/seaweedfs --destination ./build - helm package ./helm/seaweedfs --destination ./build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment