mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 07:43:44 +00:00
7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
|
|
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs -DskipTests)
|
|
./mvnw clean install -B -Pdocs -DskipTests -fae
|