From cfcf2fb7248ca219b4eb1a43123e81f26f123730 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 27 May 2021 16:55:33 +0200 Subject: [PATCH] Passing any variables to scripts --- scripts/integration-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index 62ddd71f..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 +./mvnw clean install -B -Pdocs ${@} cd spring-cloud-kubernetes-integration-tests -./run.sh +./run.sh ${@}