Removing central from integration tests script

This commit is contained in:
Ryan Baxter
2021-09-22 15:17:56 -04:00
parent 36d8035f80
commit 84765c6153

View File

@@ -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 ${@}