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 c5237f9 commit c57acb4Copy full SHA for c57acb4
.gitlab/ci/bin/exit-codes
@@ -20,4 +20,4 @@ def main(results_file):
20
21
if __name__ == "__main__":
22
f = sys.argv[1] # path to results.latest.json
23
- sys.exit(main(f))
+ sys.exit(main(f))
0 commit comments