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
 | 
					  stage: deploy
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - mkdir public
 | 
					    - mkdir public
 | 
				
			||||||
    - helm package . --destination public
 | 
					    - helm package .
 | 
				
			||||||
    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
 | 
					    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
 | 
				
			||||||
    - mv index.yaml ./public
 | 
					    - mv index.yaml glitchtip-*.tgz ./public
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - public
 | 
					      - public
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue