diff --git a/ci/check-cherry-picks.sh b/ci/check-cherry-picks.sh index e7c9e289b22b..cc6c19a0ac43 100755 --- a/ci/check-cherry-picks.sh +++ b/ci/check-cherry-picks.sh @@ -20,9 +20,6 @@ remote="$(git remote -v | grep -i 'NixOS/nixpkgs' | head -n1 | cut -f1 || true)" commits="$(git rev-list --reverse "$1..$2")" while read -r new_commit_sha ; do - if [ -z "$new_commit_sha" ] ; then - continue # skip empty lines - fi if [ "$GITHUB_ACTIONS" = 'true' ] ; then echo "::group::Commit $new_commit_sha" else