diff --git a/src/entrypoint.sh b/src/entrypoint.sh index ca0c344..0f3ff38 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -94,6 +94,7 @@ main() { locate download + get_repo dependencies if [[ "$LINTING" != "off" ]]; then lint @@ -125,6 +126,10 @@ download() { rm -rf $tmpDir } +get_repo() { + helm repo add matrixx https://raw.githubusercontent.com/weaveworks-20276/customer-info/gh-pages --username paul-calton --password ${GITHUB_TOKEN} +} + dependencies() { for chart in ${CHARTS[@]}; do helm dependency update "${chart}"