Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SCOTT-HAMILTON committed Jul 10, 2024
1 parent c09015a commit 9377927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
rm -rf gcroot

remaining=$(nix-build --dry-run --argstr nixosVersion all-unbroken.nix 2>&1 | awk '/^these.*derivations will be built/,/^these.*paths will be fetched/' | sed '1d;$d')
count=$(printf $remaining | wc -l)
count=$(printf "%s" "$remaining" | wc -l)
if [ $count -gt 0 ]; then
echo "There remains $count derivations to be built:"
echo $remaining
Expand Down

0 comments on commit 9377927

Please sign in to comment.