mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(build): Use --no-pager for OpenAPI diff
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
68abe17e76
commit
5a74f4ac39
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ done
|
|||
|
||||
if [ $changed = true ]
|
||||
then
|
||||
git diff
|
||||
git --no-pager diff
|
||||
echo "The OpenAPI specifications are not up to date"
|
||||
echo "Please run: bash build/openapi-checker.sh"
|
||||
echo "And commit the result"
|
||||
|
|
|
|||
Loading…
Reference in a new issue