From 0cab3af7737eeb4388cb471b6595142b55520c94 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 7 Apr 2025 09:50:59 +0200 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c06724..93f6fbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ variables: GITLAB_CLONE_DIR: "/builds/thischwa/CloudflareDNS-java" # GITLAB_CLONE_DIR: "cloudflaredns-java" SONAR_HOST_URL: "https://sonarcloud.io" - SONAR_PROJECT_KEY: "th-schwarz_CloudflareDNS-java" - SONAR_ORGANIZATION: "th-schwarz" + SONAR_PROJECT_KEY: "thischwa_CloudflareDNS-java" + SONAR_ORGANIZATION: "thischwa" 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 GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task