Set errexit output (#3894)

This commit is contained in:
Olga Maciaszek-Sharma
2020-09-22 14:48:02 +02:00
committed by GitHub
parent d498a6e091
commit 0d7c73c583
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
set -o errexit
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs ${@})
./mvnw clean install -B -Pdocs ${@}
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
set -o errexit
(cd spring-cloud-netflix-hystrix-contract && ../mvnw clean install -B -Pdocs -DskipTests)
./mvnw clean install -B -Pdocs -DskipTests -fae