Fix CI for Helm 3

This commit is contained in:
Alexander Olofsson 2020-08-10 10:25:29 +02:00
parent 1ad027dac7
commit db2c3cb70b
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -19,7 +19,6 @@ pages:
script: script:
- mkdir -p public - mkdir -p public
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
- helm init
- (cd public; helm package ../charts/*) - (cd public; helm package ../charts/*)
- helm repo index public --url ${CI_PAGES_URL} - helm repo index public --url ${CI_PAGES_URL}
artifacts: artifacts: