Fix chart listing in dependency step in CI

This commit is contained in:
Alexander Olofsson 2021-03-22 10:10:45 +01:00
parent a52ac1d350
commit 731a220b7d
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@ pages:
before_script: before_script:
- grep 'repository:' charts/*/Chart.yaml charts/*/requirements.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0' - grep 'repository:' charts/*/Chart.yaml charts/*/requirements.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0'
- helm repo update - helm repo update
- ls charts/ -1 | xargs -rn1 helm dependency build --skip-refresh - ls -d1 charts/* | xargs -rn1 helm dependency build --skip-refresh
script: script:
- mkdir -p public - mkdir -p public
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"