Skip to content

Commit

Permalink
nix stdlib: github.reportStatus: propagate exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Dec 2, 2021
1 parent 1232787 commit 765339f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/cicero/evaluators/nix/lib.nix
Expand Up @@ -252,7 +252,9 @@ rec {
if ${lib.escapeShellArgs inner}; then
report success
else
$status=$?
report failure
exit $status
fi
'') next)
{
Expand Down

0 comments on commit 765339f

Please sign in to comment.