From 78b29db7da19f9cbc13957c1b3dd6c133acc26a9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 13 Nov 2020 18:56:25 +0100 Subject: [PATCH] rec-4.2.x: avoid paging in git --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 938b2b38fd..86a9ac27c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ commands: echo === Checking out branch "${CIRCLE_BRANCH}" from "$CIRCLE_REPOSITORY_URL" git clone --depth 1 --branch $CIRCLE_BRANCH $CIRCLE_REPOSITORY_URL ~/project fi - git show -s + git --no-pager show -s auth-regress-setup: description: Prepare the environment for auth regression tests -- 2.47.2