Files
spring-cloud-contract/scripts/deploy.sh
2016-07-28 12:51:28 +01:00

8 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
source common.sh || source scripts/common.sh || echo "No common.sh script found..."
set -e
./mvnw clean install && ./scripts/runTests.sh && ./mvnw deploy