fix(ci-broker.md): drop bashism: set -o pipefail.
On a machine where /bin/sh it not Bash, the pipefail setting will fail.
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+6
-6
3da72805
→
ba9b4365
modified ci-broker.md
@@ -106,7 +106,7 @@ of the adapter.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -450,7 +450,7 @@ then stdout has one line
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -511,7 +511,7 @@ then command is successful
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -665,7 +665,7 @@ something to its stderr. The CI broker is meant to read and log both.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -975,7 +975,7 @@ then stdout contains "OK\n"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1689,7 +1689,7 @@ when I run ./env.sh bash -x verify-upgrade run-list.txt HEAD
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|