mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-02-04 18:50:13 +08:00
use actual yml
This commit is contained in:
parent
a2c6d6c52c
commit
4c1664a0cf
2
ci/ci.py
2
ci/ci.py
@ -294,7 +294,7 @@ def badge_render():
|
||||
badge = anybadge.Badge('CI', report_status, thresholds={'PASS': 'green', 'FAIL': 'red'})
|
||||
badge.write_badge(outdir + 'badge.svg')
|
||||
with open(outdir + 'ci-status.yml', 'w') as f:
|
||||
f.write(report_status)
|
||||
f.write('CI: "' + report_status + '"')
|
||||
except Exception as error:
|
||||
print(error)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user