Update chart path
This commit is contained in:
		
							parent
							
								
									2a71288e2c
								
							
						
					
					
						commit
						526bb2997a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6,9 +6,9 @@ pages:
 | 
			
		|||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
    - mkdir public
 | 
			
		||||
    - helm package . --destination public
 | 
			
		||||
    - helm package .
 | 
			
		||||
    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
 | 
			
		||||
    - mv index.yaml ./public
 | 
			
		||||
    - mv index.yaml glitchtip-*.tgz ./public
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - public
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue