fix(build): Use --no-pager for OpenAPI diff

Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
jld3103 2023-10-23 16:37:18 +02:00 committed by Kate
parent 68abe17e76
commit 5a74f4ac39

View file

@ -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"