Passing any variables to scripts
This commit is contained in:
committed by
GitHub
parent
7e11ec530a
commit
cfcf2fb724
@@ -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 ${@}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user