diff --git a/internal_tests/scanning/environment/development.docker b/internal_tests/scanning/environment/development.docker index da28d908fd..62db756cc9 100644 --- a/internal_tests/scanning/environment/development.docker +++ b/internal_tests/scanning/environment/development.docker @@ -5,6 +5,6 @@ MET_PROJ_DIR=`ls -1d /met/MET*` # SonarQube -export SONARQUBE_DIR=/d1/projects/SonarQube/ -export SONARQUBE_WRAPPER_BIN=$SONARQUBE_DIR/build-wrapper-linux-x86 -export SONARQUBE_SCANNER_BIN=$SONARQUBE_DIR/sonar-scanner-4.6.2.2472-linux/bin +#export SONARQUBE_DIR=/d1/projects/SonarQube/ +#export SONARQUBE_WRAPPER_BIN=$SONARQUBE_DIR/build-wrapper-linux-x86 +#export SONARQUBE_SCANNER_BIN=$SONARQUBE_DIR/sonar-scanner-4.6.2.2472-linux/bin diff --git a/internal_tests/scanning/environment/development.seneca b/internal_tests/scanning/environment/development.seneca index acfbbcf4d2..160b3dcfc6 100644 --- a/internal_tests/scanning/environment/development.seneca +++ b/internal_tests/scanning/environment/development.seneca @@ -5,6 +5,6 @@ MET_PROJ_DIR=/d1/projects/MET # SonarQube -#export SONARQUBE_DIR=/d1/projects/SonarQube/ -#export SONARQUBE_WRAPPER_BIN=$SONARQUBE_DIR/build-wrapper-linux-x86 -#export SONARQUBE_SCANNER_BIN=$SONARQUBE_DIR/sonar-scanner-4.6.2.2472-linux/bin +export SONARQUBE_DIR=/d1/projects/SonarQube/ +export SONARQUBE_WRAPPER_BIN=$SONARQUBE_DIR/build-wrapper-linux-x86 +export SONARQUBE_SCANNER_BIN=$SONARQUBE_DIR/sonar-scanner-4.6.2.2472-linux/bin