Эх сурвалжийг харах

HUE-9371 [ci] Running both linters in the repo

Romain 5 жил өмнө
parent
commit
1acafd5743

+ 4 - 1
.circleci/config.yml

@@ -107,10 +107,13 @@ jobs:
       - run:
       - run:
           name: run python lints
           name: run python lints
           command: |
           command: |
-            cd ~/repo
+            cd /usr/share/hue
 
 
             ./tools/ci/check_for_python_lint.sh
             ./tools/ci/check_for_python_lint.sh
             ./tools/ci/check_for_commit_message.sh
             ./tools/ci/check_for_commit_message.sh
+
+            cd ~/repo
+
             ./tools/ci/check_for_invalid_characters.sh
             ./tools/ci/check_for_invalid_characters.sh
 
 
       - run:
       - run: