don't report results

This commit is contained in:
Daylin Morgan 2025-02-10 09:35:36 -06:00
parent 9efec16a82
commit 24b457b976
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -400,8 +400,9 @@ proc nixBuildWithCache*(name: string, rest: seq[string], service: string, jobs:
if res.successful:
outs &= drv.outputsPaths
if isCi():
reportResults(results)
# TODO: fix refactor above interfaces to make this more seemless
# if isCi():
# reportResults(results)
if outs.len > 0:
# TODO: push after build not at once?