Skip to content

Commit

Permalink
SONARPY-2471 add orchestrator cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 committed Dec 16, 2024
1 parent e917bf9 commit a5800a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ plugin_qa_task:
- cd its/plugin
- mvn verify -Dsonar.runtimeVersion=${SQ_VERSION} -Dmaven.test.redirectTestOutputToFile=false -B -e -V
cleanup_before_cache_script: cleanup_maven_repository
cleanup_before_orchestrator_cache_script:
- ls -la ${ORCHESTRATOR_HOME}
- cd "${ORCHESTRATOR_HOME}"; find -name "sonar-application-*" | sort --version-sort


ruling_task:
depends_on:
Expand Down

0 comments on commit a5800a1

Please sign in to comment.