Browse Source

Fixing command to run maven

pull/6/head
Ryan Baxter 7 years ago committed by GitHub
parent
commit
db3a412c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/build.sh

2
scripts/build.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
(cd spring-cloud-netflix-hystrix-contract && ./mvnw clean install) (cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install)
./mvnw clean install ./mvnw clean install

Loading…
Cancel
Save