Remove build.sh, we no longer need it

This commit is contained in:
Ryan Baxter
2020-10-02 13:47:31 -04:00
committed by GitHub
parent 6640f3b577
commit 8eb11b5730

View File

@@ -1,6 +0,0 @@
#!/bin/bash
set -o errexit
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@})
./mvnw clean install -B -Pdocs ${@}