Files
spring-cloud-contract/deploy.sh
2016-07-09 12:26:25 +01:00

4 lines
173 B
Bash
Executable File

#!/usr/bin/env bash
./mvnw deploy && (cd *-gradle-plugin; ./gradlew clean build install) && ./scripts/runTests.sh && (cd *-gradle-plugin; ./gradlew uploadArchives -x test)