From 25b69c35e9550604c363848d7e9a1fd90ced984f Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 15 Apr 2025 19:47:55 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9fb8b5..412fd7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ stages: - sonarcloud_scan variables: - GITLAB_CLONE_DIR: "/builds/ths6435116/CloudflareDNS-java" + GITLAB_CLONE_DIR: "/builds/ths/CloudflareDNS-java" # GITLAB_CLONE_DIR: "cloudflaredns-java" SONAR_HOST_URL: $SONAR_HOST_URL - SONAR_PROJECT_KEY: "ths6435116_CloudflareDNS-java" + SONAR_PROJECT_KEY: "ths_CloudflareDNS-java" SONAR_ORGANIZATION: "ths6435116" SONAR_TOKEN: $SONAR_TOKEN SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache