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 4906330 commit c09015a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +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')
echo "remaining=START'$remaining'END"
count=$(echo $remaining | wc -l)
count=$(printf $remaining | wc -l)
if [ $count -gt 0 ]; then
echo "There remains $count derivations to be built:"
echo $remaining
Expand Down

0 comments on commit c09015a

Please sign in to comment.