Skip to content

Commit c57acb4

Browse files
undo change for exit-codes
1 parent c5237f9 commit c57acb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/bin/exit-codes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def main(results_file):
2020

2121
if __name__ == "__main__":
2222
f = sys.argv[1] # path to results.latest.json
23-
sys.exit(main(f))
23+
sys.exit(main(f))

0 commit comments

Comments
 (0)