Browse Source

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

Romain 5 years ago
parent
commit
1acafd5743
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .circleci/config.yml

+ 4 - 1
.circleci/config.yml

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