소스 검색

[ci] Skip script from ops to be pylinted

Romain Rigaux 4 년 전
부모
커밋
d57d89e658
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/ci/check_for_python_lint.sh

+ 1 - 1
tools/ci/check_for_python_lint.sh

@@ -25,7 +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 tools/ops/ | \
   grep -v /org_migrations/`
 
 cd $HOME