mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Disable pager
This commit is contained in:
parent
6e42a6df87
commit
554f4d9977
@ -73,7 +73,7 @@ jobs:
|
|||||||
echo "Error: repository contains changes."
|
echo "Error: repository contains changes."
|
||||||
echo "Showing 'git status' and 'git diff' for debugging now:"
|
echo "Showing 'git status' and 'git diff' for debugging now:"
|
||||||
git status
|
git status
|
||||||
git diff
|
git --no-pager diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
test:
|
test:
|
||||||
@ -639,6 +639,6 @@ jobs:
|
|||||||
echo "Error: repository contains changes."
|
echo "Error: repository contains changes."
|
||||||
echo "Showing 'git status' and 'git diff' for debugging now:"
|
echo "Showing 'git status' and 'git diff' for debugging now:"
|
||||||
git status
|
git status
|
||||||
git diff
|
git --no-pager diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user