Skip to content

Commit

Permalink
Revert "Debug: clear Maven repo prior to build to get fresh start"
Browse files Browse the repository at this point in the history
This reverts commit 77193e2.
  • Loading branch information
guusdk committed Nov 15, 2024
1 parent 2898e35 commit f0bf0df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: maven
- name: Build with Maven # We install instead of package, because we want the result in the local mvn repo
run: |
rm -rf ~/.m2/repository/* # For debugging purposes: ensure that nothing gets carried over from a previous build / cache.
if [[ ${{ github.ref_name }} == 'main' ]]; then
./mvnw -B install -Pcoverage --file pom.xml
else
Expand Down

0 comments on commit f0bf0df

Please sign in to comment.