From 554f4d9977cd7220063ab0b81c15d89751d665a7 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 11 Feb 2021 08:55:21 +0100 Subject: [PATCH] Disable pager --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61839f68d1..25d5c73703 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ jobs: echo "Error: repository contains changes." echo "Showing 'git status' and 'git diff' for debugging now:" git status - git diff + git --no-pager diff exit 1 fi test: @@ -639,6 +639,6 @@ jobs: echo "Error: repository contains changes." echo "Showing 'git status' and 'git diff' for debugging now:" git status - git diff + git --no-pager diff exit 1 fi