Update chart path

This commit is contained in:
David Burke 2020-07-29 09:35:49 -04:00
parent 2a71288e2c
commit 526bb2997a

View file

@ -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