Passing any variables to scripts

This commit is contained in:
Marcin Grzejszczak
2021-05-27 16:55:33 +02:00
committed by GitHub
parent 7e11ec530a
commit cfcf2fb724

View File

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