From 735f59cf2622b549e46df30e2857e2651fd914a5 Mon Sep 17 00:00:00 2001 From: Sebastian Zumbrunn Date: Mon, 6 Jan 2025 14:18:10 +0100 Subject: [PATCH] SONARPY-2481 Do not deploy in the test_analyze task --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4083cc0cec..6e7b6a5cfa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -122,7 +122,7 @@ test_analyze_task: - git checkout analyze_script: - source cirrus-env BUILD - - DEPLOY_PULL_REQUEST=false regular_mvn_build_deploy_analyze -DfailStubGenerationFast=true -P-release,-sign -Dsonar.analysisCache.enabled=true -Dskip.its=true + - PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -DfailStubGenerationFast=true -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true -Dskip.its=true -Dsonar.analysisCache.enabled=true cleanup_before_cache_script: cleanup_maven_repository build_win_task: