You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your flake (like this one) defines custom steps which run commands that writes to stdout, then om ci run's own stdout too would inherit them.
This suggests we can no longer rely on om ci run's stdout to contain specific data.
One way forward is to replace --json (#270) with --write-results-to=FILE (writes result in json to that file), and pass that around to next steps (which incidentally facilitates the likes of #203).
The text was updated successfully, but these errors were encountered:
If your flake (like this one) defines custom steps which run commands that writes to stdout, then
om ci run
's own stdout too would inherit them.This suggests we can no longer rely on
om ci run
's stdout to contain specific data.One way forward is to replace
--json
(#270) with--write-results-to=FILE
(writes result in json to that file), and pass that around to next steps (which incidentally facilitates the likes of #203).The text was updated successfully, but these errors were encountered: