Skip to content

Commit

Permalink
add --keep-failed to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Feb 27, 2020
1 parent c3c9d39 commit d63dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/nix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build(Map opts = [:]) {
set +x
. ~/.nix-profile/etc/profile.d/nix.sh
set -x
nix-build ${_getNixCommandArgs(opts, false)}
nix-build --keep-failed ${_getNixCommandArgs(opts, false)}
"""
).trim()
/* if not linking, copy results, but only if there's just one path */
Expand Down

0 comments on commit d63dd85

Please sign in to comment.