Skip to content

Commit

Permalink
METplus-Internal #17 Disable SonarQube related path for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed May 11, 2022
1 parent 59a1181 commit d60aa61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal_tests/scanning/environment/development.docker
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions internal_tests/scanning/environment/development.seneca
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d60aa61

Please sign in to comment.