Fix dep build call in CI
This commit is contained in:
parent
09e744d340
commit
1a6a872b06
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pages:
|
|||
entrypoint: ["/bin/sh", "-c"]
|
||||
stage: deploy
|
||||
script:
|
||||
- (cd charts; ls -0 | xargs -0rn1 helm dependency build)
|
||||
- (cd charts; ls -1 | xargs -rn1 helm dependency build)
|
||||
- mkdir -p public
|
||||
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
|
||||
- (cd public; helm package ../charts/*)
|
||||
|
|
Loading…
Reference in a new issue