Add verify_nestedk8s job
[icn.git] / Makefile
index dbf0439..a0b4c86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ bpa_rest_api_unit:
        pushd $(BPA_REST_API) && make unit_test && popd
 
 bashate:
-       bashate -i E006,E003,E002,E010,E011,E042,E043 `find . -type f -not -path './cmd/bpa-operator/vendor/*' -name *.sh`
+       bashate -i E006,E003,E002,E010,E011,E042,E043 `find . -type f -not -path './cmd/bpa-operator/vendor/*' -not -path './ci/jjb/shell/*' -name *.sh`
 
 prerequisite:
        pushd $(ENV) && ./cd_package_installer.sh && popd