Merge branch 'sonarqube/pylint_with_py3' into 'master'

CI: Sonarqube: Use Python version 3 and pylint 2.6

See merge request espressif/esp-idf!10243
This commit is contained in:
Ivan Grokhotkov 2020-09-16 01:59:33 +08:00
commit 72aaf83747

View File

@ -430,7 +430,7 @@ build_template_app:
.sonar_scan_template:
stage: build
image:
name: $CI_DOCKER_REGISTRY/sonarqube-scanner:1
name: $CI_DOCKER_REGISTRY/sonarqube-scanner:2
before_script:
- export PYTHONPATH="$CI_PROJECT_DIR/tools:$CI_PROJECT_DIR/tools/ci/python_packages:$PYTHONPATH"
- python $SUBMODULE_FETCH_TOOL