This commit is contained in:
2025-04-06 19:32:45 +02:00
parent cb36f3d1ac
commit e9d64e194c
+1 -1
View File
@@ -13,7 +13,7 @@ variables:
SONAR_HOST_URL: "https://sonarcloud.io" SONAR_HOST_URL: "https://sonarcloud.io"
SONAR_PROJECT_KEY: "th-schwarz_DynDRest" SONAR_PROJECT_KEY: "th-schwarz_DynDRest"
SONAR_ORGANIZATION: "th-schwarz" SONAR_ORGANIZATION: "th-schwarz"
SONAR_TOKEN: "${SONAR_TOKEN_ENV_VAR}" SONAR_TOKEN: $SONAR_TOKEN # Ensure this token is correctly set in GitLab CI/CD variables
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task