Skip to content

Commit 220013b

Browse files
committedJul 22, 2018
need to define the global for the report failure marking
1 parent ab71b5e commit 220013b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ci/ci.py

+1
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)
Please sign in to comment.