From 6dcb347d6da1d08c4a8d62850e9cdf710fef871c Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 6 Apr 2025 19:46:23 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e997bb..6c06724 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ variables: GITLAB_CLONE_DIR: "/builds/thischwa/CloudflareDNS-java" # GITLAB_CLONE_DIR: "cloudflaredns-java" SONAR_HOST_URL: "https://sonarcloud.io" - SONAR_PROJECT_KEY: "th-schwarz_DynDRest" + SONAR_PROJECT_KEY: "th-schwarz_CloudflareDNS-java" SONAR_ORGANIZATION: "th-schwarz" 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