Slight CI cleanup
This commit is contained in:
parent
d03615bada
commit
4cfef4f092
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ pages:
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- helm init --client-only
|
- mkdir -p public
|
||||||
- mkdir -p ./public/
|
|
||||||
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
|
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
|
||||||
|
- helm init --client-only
|
||||||
- (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:
|
||||||
|
|
Loading…
Reference in a new issue