From af335c8e518f58a35ab63ffd54d38e963f190632 Mon Sep 17 00:00:00 2001 From: Karlito83 Date: Sat, 17 Jan 2026 09:18:38 +0100 Subject: [PATCH] fix sonarqube update version info (#10870) (#10871) * fix sonarqube update version info (#10870) * move version info update to another line and remove unnecessary messages --------- Co-authored-by: Ronny Marx --- ct/sonarqube.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/sonarqube.sh b/ct/sonarqube.sh index 41e39dc52..0ac979445 100644 --- a/ct/sonarqube.sh +++ b/ct/sonarqube.sh @@ -44,6 +44,7 @@ function update_script() { curl -fsSL "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${RELEASE}.zip" -o $temp_file unzip -q "$temp_file" -d /opt mv /opt/sonarqube-${RELEASE} /opt/sonarqube + echo "${RELEASE}" > ~/.sonarqube msg_ok "Updated SonarQube" msg_info "Restoring Backup"