From 37f4c24f1099ff3b5cecb85f46239d5c407be1cc Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Mon, 7 Dec 2020 12:18:05 -0800 Subject: [PATCH] > 30 files leads to hanging on --More-- cancel debug printing for now. As it can be seen lead to a failing test here: https://app.circleci.com/pipelines/github/huggingface/transformers/16894/workflows/cc86f7a9-4020-45af-8ab3-c22f79b427cf/jobs/131924 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cde8013e80e..e94030c1d13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,6 @@ commands: # pipeline.git.base_revision is not always defined, so only proceed if all external vars are defined if test -n "<< pipeline.git.base_revision >>" && test -n "<< pipeline.git.revision >>" && test -n "$(git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >>)" then - git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >> if git diff --name-only << pipeline.git.base_revision >>...<< pipeline.git.revision >> | egrep -qv '\.(md|rst)$' then echo "Non-docs were modified in this PR, proceeding normally"