Explorar o código

Whitelist contents of /ops directory

Priyanka Chheda %!s(int64=4) %!d(string=hai) anos
pai
achega
429ac3ea00
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/ci/check_for_python_lint.sh

+ 1 - 0
tools/ci/check_for_python_lint.sh

@@ -25,6 +25,7 @@ files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v wsgiserver.py | \
   grep -v /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \
+  grep -v /tools/ops/ | \
   grep -v /org_migrations/`
 
 cd $HOME