When linting, disable redis
This commit is contained in:
parent
81425921b0
commit
d2d37098ff
|
@ -11,7 +11,7 @@ build:
|
|||
entrypoint: ["/bin/sh", "-c"]
|
||||
stage: build
|
||||
script:
|
||||
- helm lint
|
||||
- helm lint --set redis.enabled=false
|
||||
- helm package -d chart .
|
||||
- mv chart/glitchtip*.tgz chart/glitchtip.tgz
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue