commit | 61f0111e3fdd4cbf4603b032faa7b025628c109f | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue May 15 15:57:42 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue May 15 15:57:42 2018 -0700 |
tree | 4851c2197c2e2dc618b8239c7831624550010e56 | |
parent | dc6cf0457d2d2f5b96799aef2b50441381e54d09 [diff] |
[CORD-3050]v2 - run helm init before helm dep when linting Change-Id: I5c04f58024d0fd63b75ba23983d246629a1de20a
diff --git a/jjb/lint.yaml b/jjb/lint.yaml index 171c469..d1af69f 100644 --- a/jjb/lint.yaml +++ b/jjb/lint.yaml
@@ -128,4 +128,8 @@ concurrent: true builders: + - shell: | + helm init --client-only + helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ + - shell: !include-raw-escape: shell/helmlint.sh