Skip to content
Snippets Groups Projects
Commit 2755a0d4 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Disable pager for ci script

... otherwise it hangs
parent a2ed0f28
No related branches found
No related tags found
No related merge requests found
......@@ -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
Disable pager when running git-show in CI
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment