When linting, disable redis

This commit is contained in:
David Burke 2022-12-29 11:16:44 -05:00
parent 81425921b0
commit d2d37098ff

View file

@ -11,7 +11,7 @@ build:
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
stage: build stage: build
script: script:
- helm lint - helm lint --set redis.enabled=false
- helm package -d chart . - helm package -d chart .
- mv chart/glitchtip*.tgz chart/glitchtip.tgz - mv chart/glitchtip*.tgz chart/glitchtip.tgz
artifacts: artifacts: