add repo add
This commit is contained in:
parent
3560773c3a
commit
fe6e91aa17
1 changed files with 5 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue