Skip to content

Commit

Permalink
Do not explicitly run verify (try to fix issue with source plugin exe…
Browse files Browse the repository at this point in the history
…cuted twice)
  • Loading branch information
jblievremont committed Oct 6, 2023
1 parent 7842b59 commit c1e8cc7
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 @@ -84,7 +84,7 @@ qa_linux_task:
<<: *MAVEN_CACHE
qa_script:
- source cirrus-env QA
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze verify -P-deploy-sonarsource,-release,-sign -Dcommercial -Dmaven.install.skip=true -Dmaven.deploy.skip=true
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -P-deploy-sonarsource,-release,-sign -Dcommercial -Dmaven.install.skip=true -Dmaven.deploy.skip=true
cleanup_before_cache_script: cleanup_maven_repository
on_failure:
junit_artifacts:
Expand Down

0 comments on commit c1e8cc7

Please sign in to comment.