mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Disable pager for ci script
... otherwise it hangs
This commit is contained in:
parent
a2ed0f287e
commit
2755a0d48a
@ -20,7 +20,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Show what we are before
|
# Show what we are before
|
||||||
git show -s
|
git --no-pager show -s
|
||||||
|
|
||||||
# Set up username so it can do a merge
|
# Set up username so it can do a merge
|
||||||
git config --global user.email bot@matrix.org
|
git config --global user.email bot@matrix.org
|
||||||
@ -31,4 +31,4 @@ git fetch -u origin $GITBASE
|
|||||||
git merge --no-edit origin/$GITBASE
|
git merge --no-edit origin/$GITBASE
|
||||||
|
|
||||||
# Show what we are after.
|
# Show what we are after.
|
||||||
git show -s
|
git --no-pager show -s
|
||||||
|
1
changelog.d/4291.misc
Normal file
1
changelog.d/4291.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Disable pager when running git-show in CI
|
Loading…
Reference in New Issue
Block a user