Skip to content

Commit 735f59c

Browse files
committed
SONARPY-2481 Do not deploy in the test_analyze task
1 parent bf7321a commit 735f59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test_analyze_task:
122122
- git checkout
123123
analyze_script:
124124
- source cirrus-env BUILD
125-
- DEPLOY_PULL_REQUEST=false regular_mvn_build_deploy_analyze -DfailStubGenerationFast=true -P-release,-sign -Dsonar.analysisCache.enabled=true -Dskip.its=true
125+
- 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
126126
cleanup_before_cache_script: cleanup_maven_repository
127127

128128
build_win_task:

0 commit comments

Comments
 (0)