diff --git a/internal/scripts/sonarqube/run_nightly.sh b/internal/scripts/sonarqube/run_nightly.sh index fe257b6c..50645f11 100755 --- a/internal/scripts/sonarqube/run_nightly.sh +++ b/internal/scripts/sonarqube/run_nightly.sh @@ -34,7 +34,6 @@ function usage { # Check for arguments if [ $# -lt 1 ]; then usage; exit 1; fi - # Store the full path to the scripts directory SCRIPT_DIR=`dirname $0` if [[ ${0:0:1} != "/" ]]; then SCRIPT_DIR=$(pwd)/${SCRIPT_DIR}; fi diff --git a/internal/scripts/sonarqube/sonar-project.properties b/internal/scripts/sonarqube/sonar-project.properties index 8b24cea0..37755f03 100644 --- a/internal/scripts/sonarqube/sonar-project.properties +++ b/internal/scripts/sonarqube/sonar-project.properties @@ -9,4 +9,3 @@ sonar.sourceEncoding=UTF-8 # SonarQube server sonar.host.url=SONAR_HOST_URL sonar.token=SONAR_TOKEN -