Skip to content

Commit 7932688

Browse files
fixed unbound var
Signed-off-by: Marcin Grzejszczak <[email protected]>
1 parent 7293856 commit 7932688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runMavenBuilds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function build_maven() {
3030
fi
3131
cd ${ROOT}
3232

33-
echo -e "\n\nBuilding everything skipping tests? [${SKIP_TESTS}] after prepare for workshops? [${PREPARE_FOR_WORKSHOPS}]\n\n"
33+
echo -e "\n\nBuilding everything skipping tests? [${SKIP_TESTS}]\n\n"
3434
if [[ "${SKIP_TESTS}" == "true" ]]; then
3535
./mvnw clean install -Ptest -B -DskipTests -DfailIfNoTests=false -Dspring.cloud.contract.verifier.skip=true -Dspring.cloud.contract.verifier.jar.skip=true -U
3636
else

0 commit comments

Comments
 (0)