From ead5bf04d5009f00ee51b62e38ec5b15df5e26d0 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Wed, 9 Apr 2025 17:42:47 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5722f98..b6f7569 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,13 +46,12 @@ sonarcloud_scan: name: sonarsource/sonar-scanner-cli:latest entrypoint: [ "" ] script: - - | - sonar-scanner - -Dsonar.projectKey=${SONAR_PROJECT_KEY} - -Dsonar.organization=${SONAR_ORGANIZATION} - -Dsonar.token=${SONAR_TOKEN} - -Dsonar.test.exclusions=src/test/java/**/* - -Dsonar.exclusions=docs/** + - sonar-scanner \ + -Dsonar.projectKey=${SONAR_PROJECT_KEY} \ + -Dsonar.organization=${SONAR_ORGANIZATION} \ + -Dsonar.token=${SONAR_TOKEN} \ + -Dsonar.test.exclusions=src/test/java/**/* \ + -Dsonar.exclusions=docs/** \ -Dsonar.java.binaries=target/classes only: - merge_requests