Files
spring-cloud-kubernetes/scripts/integration-tests.sh
2023-05-25 10:09:59 -04:00

8 lines
115 B
Bash
Executable File

#!/usr/bin/env bash
set -e
#./mvnw clean install -B -Pdocs ${@}
./mvnw clean install -DskipTests -B -Pfast ${@}