From 8257430b8c91aadef5893db524c6abca99ed89f4 Mon Sep 17 00:00:00 2001 From: Nicolas QUINQUENEL Date: Mon, 18 Nov 2024 10:47:39 +0100 Subject: [PATCH] Fix Orchestrator build version on 10.8 (#1164) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c8062a6559..b0d4485825 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -188,7 +188,7 @@ qa_task: SONARCLOUD_IT_PASSWORD: VAULT[development/team/sonarlint/kv/data/sonarcloud-it data.password] QA_CATEGORY: SonarCloud - env: - SQ_VERSION: "DEV" + SQ_VERSION: "10.8.0.99052" JDK_VERSION: "17" CATEGORY: "-DexcludedGroups=SonarCloud" QA_CATEGORY: SQDogfood