From a247392e32b0aa12b9d78d070a44fe8e8c0d676c Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Fri, 22 Sep 2023 20:34:08 +0200 Subject: [PATCH] Updated CI references --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae90c5b..2d58d12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ variables: --no-transfer-progress -DinstallAtEnd=true -DdeployAtEnd=true - -Dsonar.host.url=https://sonar.fbe-adswen.rwu.de - -Dsonar.token=sqa_c39258caceb01d59515d6dfa9440a7b05cdd15f4 + -Dsonar.host.url=$SONAR_URL + -Dsonar.token=$SONAR_TOKEN -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true