Fix CI dependency retrieval

This commit is contained in:
Alexander "Ace" Olofsson 2021-05-28 11:24:28 +02:00
parent 9852b48083
commit fe6fac1cfd
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -17,7 +17,7 @@ pages:
entrypoint: ["/bin/sh", "-c"]
stage: deploy
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 | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0'
- helm repo update
- ls -d1 charts/* | xargs -rn1 helm dependency build --skip-refresh
script: