;dev: push: ensure git's pager doesn't stop progress
This commit is contained in:
parent
96cdc0cb96
commit
502b80ad81
@ -36,6 +36,9 @@ ciwait() {
|
||||
sleep $MAINPUSHDELAY
|
||||
}
|
||||
|
||||
# ensure git's use of pager doesn't stop progress
|
||||
export PAGER=cat
|
||||
|
||||
echo "latest local commits are:"
|
||||
gitlog
|
||||
echo "force-pushing $LOCALBRANCH to $REMOTE/$REMOTECIBRANCH"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user