Skip to content

Commit 09b96f4

Browse files
author
Matthias Koeppe
committed
.ci/merge-fixes.sh: Reduce output
1 parent eb8417b commit 09b96f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/merge-fixes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
echo "::group::Merging PR https://github.com/$REPO/pull/$a"
1818
git tag -f test_head
1919
$GH pr checkout -b pr-$a $a
20-
git fetch --unshallow --all
20+
git fetch --unshallow --all > /dev/null 2>&1 && echo "Unshallowed."
2121
git checkout -q test_head
2222
if git merge --no-edit --squash -q pr-$a; then
2323
echo "::endgroup::"

0 commit comments

Comments
 (0)