diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index 3809e4c7..bdc887d9 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -./mvnw clean install -B -Pdocs,central ${@} +./mvnw clean install -B -Pdocs ${@} cd spring-cloud-kubernetes-integration-tests ./run.sh ${@}