[SEBA-196]

Use the helm-charts included helmlint.sh script

Change-Id: I85707cf46c29d8063c47947823533a2aacb29146
diff --git a/jjb/lint.yaml b/jjb/lint.yaml
index 9a672f5..a54cadc 100644
--- a/jjb/lint.yaml
+++ b/jjb/lint.yaml
@@ -126,12 +126,15 @@
 
     builders:
       - shell: |
+          #!/usr/bin/env bash
+          set -eu -o pipefail
+
           helm init --client-only
           helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
           helm repo add rook-beta https://charts.rook.io/beta
           helm repo add cord https://charts.opencord.org/master
 
-      - shell: !include-raw-escape: shell/helmlint.sh
+          ./scripts/helmlint.sh clean
 
 
 # run `shellcheck` to validate shell scripts charts