Skip to content

Commit fbe1ef6

Browse files
committed
README: Document return values
Add a section about return values from the script and document existing cases. Signed-off-by: Peter Krempa <[email protected]>
1 parent 1a7fcbd commit fbe1ef6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ optional arguments:
8888
marker per line. If any marker is found in Cirrus CI
8989
output for a failed build, the build is retried once
9090
more. Default: $CIRRUS_FLAKY_MARKERS_FILE
91+
92+
return values:
93+
- 0: The cirrus job was successful
94+
- 1: The job failed
95+
- 2: Error in 'cirrus-run'
9196
```
9297

9398

0 commit comments

Comments
 (0)