|
@@ -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:
|