Skip to content

Commit 2771f1d

Browse files
fix: Re-run prepare_git before batch2 (batch1 clean wipes root target/)
The root module's clean phase in batch1 deletes target/ which contains the git test repos. Re-setup git repos before batch2 for consumer tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f9b7a1f commit 2771f1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/runMavenBuilds.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function build_maven() {
3838
./mvnw install -Ptest-batch2 -B -DskipTests -DfailIfNoTests=false -Dspring.cloud.contract.verifier.skip=true -Dspring.cloud.contract.verifier.jar.skip=true
3939
else
4040
./mvnw clean install -Ptest-batch1 -B
41+
prepare_git
4142
./mvnw install -Ptest-batch2 -B
4243
fi
4344
}

0 commit comments

Comments
 (0)