We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7fcbd commit fbe1ef6Copy full SHA for fbe1ef6
README.md
@@ -88,6 +88,11 @@ optional arguments:
88
marker per line. If any marker is found in Cirrus CI
89
output for a failed build, the build is retried once
90
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'
96
```
97
98
0 commit comments