Skip to content

Commit

Permalink
fix(build): #944 rm last set -x
Browse files Browse the repository at this point in the history
- This way the exit code is propagated from the
  makes job
  • Loading branch information
kamadorueda committed Oct 7, 2022
1 parent 7ba8002 commit 1a5b1c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makes/container-image/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ inputs.nixpkgs.dockerTools.buildImage {
chown makes:makes --recursive "$PWD"
${inputs.nixpkgs.doas}/bin/doas -u makes ${outputs."/"}/bin/m "$@"
set +x
fi
'')
];
Expand Down

0 comments on commit 1a5b1c9

Please sign in to comment.