diff --git a/.circleci/config.yml b/.circleci/config.yml index 33d9feb463..9395275713 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -348,7 +348,7 @@ jobs: git fetch origin main # compare against only changes in this branch (not against # other stuff that may have been added to main since last merge) - MERGE_BASE=$(git merge-base origin/main $CIRCLE_BRANCH) sh -c 'buf breaking --against ".git#ref=$MERGE_BASE"' + MERGE_BASE=$(git merge-base origin/main $CIRCLE_BRANCH) sh -c 'buf breaking --against ".git#ref=$MERGE_BASE,depth=100"' # Lint docs docs-lint: