Files
spring-cloud-contract/scripts/compileOnly.sh
Marcin Grzejszczak f3157313e6 Fail at the end
2018-07-20 15:50:46 +02:00

10 lines
173 B
Bash
Executable File

#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
FOLDER=`pwd`
set -e
./mvnw clean install -DskipTests -Pfast -fae