Skip to content

Commit

Permalink
ci/build_and_test: increase git rename limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Nov 3, 2020
1 parent eebcdec commit 223d215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/tools/ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ then
RESULT=0
RECALL="$1"

git config diff.renameLimit 2000

if [ "$RECALL" != "recall" ]; then
if git diff ${CI_BASE_BRANCH} HEAD -- "$0" &> /dev/null; then
git rebase ${CI_BASE_BRANCH} || git rebase --abort
Expand Down

0 comments on commit 223d215

Please sign in to comment.