commit | b575a292b7baa1b7758684df765be1e55faf40c0 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jul 25 14:40:52 2018 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jul 25 14:41:01 2018 -0700 |
tree | ac9698b38d149bfded64f0b93b3d250f4d102265 | |
parent | 8142985cb80ba1e049adf7fd1d77991fa2dd6baf [diff] [blame] |
Skipping dep update on nem-monitoring Change-Id: Ie1164382a8ef570cd1e3f5fa81905d106b0474a3
diff --git a/jjb/shell/helmlint.sh b/jjb/shell/helmlint.sh index 2e8c923..e41f2cd 100755 --- a/jjb/shell/helmlint.sh +++ b/jjb/shell/helmlint.sh
@@ -37,6 +37,7 @@ if [[ ! $chartdir =~ voltha$ ]] && \ [[ ! $chartdir =~ nem-core$ ]] && \ [[ ! $chartdir =~ seba-substrate$ ]] && \ + [[ ! $chartdir =~ nem-monitoring$ ]] && \ [ -f "${chartdir}/requirements.yaml" ] then helm dependency update "${chartdir}"