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: if res.successful:
outs &= drv.outputsPaths outs &= drv.outputsPaths
if isCi(): # TODO: fix refactor above interfaces to make this more seemless
reportResults(results) # if isCi():
# reportResults(results)
if outs.len > 0: if outs.len > 0:
# TODO: push after build not at once? # TODO: push after build not at once?