Parcourir la source

[ci] Skip script from ops to be pylinted

Romain Rigaux il y a 4 ans
Parent
commit
d57d89e658
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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