Skip to content

Commit

Permalink
SONARPY-2481 Do not deploy in the test_analyze task
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 committed Jan 7, 2025
1 parent bf7321a commit 735f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 735f59c

Please sign in to comment.