Skip integration-tests.sh for a minute
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
./mvnw clean install -B -Pdocs ${@}
|
||||
#./mvnw clean install -B -Pdocs ${@}
|
||||
./mvnw clean install -DskipTests -B -Pfast ${@}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user