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
|
locate
|
||||||
download
|
download
|
||||||
|
get_repo
|
||||||
dependencies
|
dependencies
|
||||||
if [[ "$LINTING" != "off" ]]; then
|
if [[ "$LINTING" != "off" ]]; then
|
||||||
lint
|
lint
|
||||||
|
@ -125,6 +126,10 @@ download() {
|
||||||
rm -rf $tmpDir
|
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() {
|
dependencies() {
|
||||||
for chart in ${CHARTS[@]}; do
|
for chart in ${CHARTS[@]}; do
|
||||||
helm dependency update "${chart}"
|
helm dependency update "${chart}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue