Slight CI cleanup

This commit is contained in:
Alexander Olofsson 2020-05-24 11:52:24 +02:00
parent d03615bada
commit 4cfef4f092
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -17,9 +17,9 @@ pages:
entrypoint: ["/bin/sh", "-c"]
stage: deploy
script:
- helm init --client-only
- mkdir -p ./public/
- mkdir -p public
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
- helm init --client-only
- (cd public; helm package ../charts/*)
- helm repo index public --url ${CI_PAGES_URL}
artifacts: