commit | 36b809f1f38a548061cf08bb858da6008139a1af | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Jan 17 23:00:24 2020 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Fri Jan 17 23:00:24 2020 +0000 |
tree | 912c9f031366311093133a16e8000eef9d31d65a | |
parent | 93e125e06dd327d81b18b866e230384a9e679195 [diff] | |
parent | 0490a65119718d23d1f9b5ad87b8efed9b265f5c [diff] |
Merge "Add cord helm repo in chart-api-test-helm.groovy"
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy index abb5e68..f42e2ee 100644 --- a/jjb/pipeline/chart-api-test-helm.groovy +++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -73,6 +73,7 @@ helm init sleep 60 helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ + helm repo add cord https://charts.opencord.org ''' } }