From d2d37098ffea3a8951f09a65e03ed06e32fb9451 Mon Sep 17 00:00:00 2001 From: David Burke Date: Thu, 29 Dec 2022 11:16:44 -0500 Subject: [PATCH] When linting, disable redis --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8079228..26aa323 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: