X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Makefile;h=a0b4c86139433b5185ca26f347b6c432161c142e;hb=refs%2Fchanges%2F68%2F1868%2F3;hp=dbf043932977a08b54b1b3122d7f81d475916a38;hpb=826c67cd90a0ab7c0282f63d7de63ab785295b83;p=icn.git diff --git a/Makefile b/Makefile index dbf0439..a0b4c86 100644 --- 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