We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293856 commit 7932688Copy full SHA for 7932688
scripts/runMavenBuilds.sh
@@ -30,7 +30,7 @@ function build_maven() {
30
fi
31
cd ${ROOT}
32
33
- echo -e "\n\nBuilding everything skipping tests? [${SKIP_TESTS}] after prepare for workshops? [${PREPARE_FOR_WORKSHOPS}]\n\n"
+ echo -e "\n\nBuilding everything skipping tests? [${SKIP_TESTS}]\n\n"
34
if [[ "${SKIP_TESTS}" == "true" ]]; then
35
./mvnw clean install -Ptest -B -DskipTests -DfailIfNoTests=false -Dspring.cloud.contract.verifier.skip=true -Dspring.cloud.contract.verifier.jar.skip=true -U
36
else
0 commit comments