Skip to content

Commit 220013b

Browse files
committed
need to define the global for the report failure marking
1 parent ab71b5e commit 220013b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def core_fail(message):
4141

4242
# If any of the tests are marked failed do not push the resulting images
4343
def mark_fail():
44+
global report_status
4445
report_status = 'FAIL'
4546

4647
# Remove container forcefully

0 commit comments

Comments
 (0)