mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-05 16:41:48 +00:00
Merge pull request #4291 from matrix-org/rav/disable_pager_in_ci
Disable pager for ci script
This commit is contained in:
@@ -20,7 +20,7 @@ else
|
||||
fi
|
||||
|
||||
# Show what we are before
|
||||
git show -s
|
||||
git --no-pager show -s
|
||||
|
||||
# Set up username so it can do a merge
|
||||
git config --global user.email bot@matrix.org
|
||||
@@ -31,4 +31,4 @@ git fetch -u origin $GITBASE
|
||||
git merge --no-edit origin/$GITBASE
|
||||
|
||||
# Show what we are after.
|
||||
git show -s
|
||||
git --no-pager show -s
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Disable pager when running git-show in CI
|
||||
Reference in New Issue
Block a user