From 9ba194f78a4fe7d49ca26aa3aea7f40f5b7ec4bc Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 2 Sep 2020 14:42:07 +0800 Subject: [PATCH] CI: Sonarqube: run python analysis with python 3 --- tools/ci/config/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/config/build.yml b/tools/ci/config/build.yml index cc27f2bdff..9cc5784cf0 100644 --- a/tools/ci/config/build.yml +++ b/tools/ci/config/build.yml @@ -424,7 +424,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