8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./mvnw clean install -B -Pdocs ${@}
|
|
cd spring-cloud-kubernetes-integration-tests
|
|
./run.sh ${@}
|
|
|