Disable pager

This commit is contained in:
Simon Warta 2021-02-11 08:55:21 +01:00
parent 6e42a6df87
commit 554f4d9977

View File

@ -73,7 +73,7 @@ jobs:
echo "Error: repository contains changes."
echo "Showing 'git status' and 'git diff' for debugging now:"
git status
git diff
git --no-pager diff
exit 1
fi
test:
@ -639,6 +639,6 @@ jobs:
echo "Error: repository contains changes."
echo "Showing 'git status' and 'git diff' for debugging now:"
git status
git diff
git --no-pager diff
exit 1
fi