From 6b8a622051c0a741ed5a9d17494daa53552839c2 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Mon, 29 Nov 2021 16:22:35 +0800 Subject: [PATCH] test=document_fix (#37652) --- tools/ci_op_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_op_benchmark.sh b/tools/ci_op_benchmark.sh index 3b4d155a4f..8d28b71a34 100644 --- a/tools/ci_op_benchmark.sh +++ b/tools/ci_op_benchmark.sh @@ -73,7 +73,7 @@ function load_CHANGE_OP_FILES { LOG "[INFO] run function load_CHANGE_OP_FILES" local sub_dir change_file # TODO(Avin0323): Need to filter the files added by the new OP. - for change_file in $(git diff --name-only origin/develop) + for change_file in $(git diff --name-only develop) do # match directory limit [[ "$change_file" =~ "paddle/fluid/operators/" ]] || continue -- GitLab