diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index bdc887d9..4d5fa338 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -2,6 +2,4 @@ set -e ./mvnw clean install -B -Pdocs ${@} -cd spring-cloud-kubernetes-integration-tests -./run.sh ${@}