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 ab71b5e commit 220013bCopy full SHA for 220013b
1 file changed
ci/ci.py
@@ -41,6 +41,7 @@ def core_fail(message):
41
42
# If any of the tests are marked failed do not push the resulting images
43
def mark_fail():
44
+ global report_status
45
report_status = 'FAIL'
46
47
# Remove container forcefully
0 commit comments