From 568406d27d06eb71fa8438ba879584d8e56d88ad Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 15 Jun 2022 13:33:10 -0400 Subject: [PATCH] No more run.sh --- scripts/integration-tests.sh | 2 -- 1 file changed, 2 deletions(-) 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 ${@}