ci: send stderr to handle_check_fail
This commit is contained in:
parent
16d3e2dbdc
commit
5ff49f6eee
4
bin/ci
4
bin/ci
@ -106,8 +106,8 @@ if [ "${1}" = "update" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if ! nix flake check --print-build-logs; then
|
if ! nix flake check --print-build-logs 2>/tmp/ci-flake-check; then
|
||||||
handle_check_fail
|
handle_check_fail /tmp/ci-flake-check
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user