When linting, disable redis
This commit is contained in:
		
							parent
							
								
									81425921b0
								
							
						
					
					
						commit
						d2d37098ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue