We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770ce0 commit 73a360bCopy full SHA for 73a360b
paddle/scripts/paddle_build.sh
@@ -466,7 +466,7 @@ function assert_api_spec_approvals() {
466
"python/paddle/fluid/compiler.py"
467
"paddle/fluid/operators/distributed/send_recv.proto.in")
468
for API_FILE in ${API_FILES[*]}; do
469
- API_CHANGE=`git diff --name-only upstream/$BRANCH | grep "${API_FILE}" | grep -v "/CMakeList.txt" || true`
+ API_CHANGE=`git diff --name-only upstream/$BRANCH | grep "${API_FILE}" | grep -v "/CMakeLists.txt" || true`
470
echo "checking ${API_FILE} change, PR: ${GIT_PR_ID}, changes: ${API_CHANGE}"
471
if [ "${API_CHANGE}" ] && [ "${GIT_PR_ID}" != "" ]; then
472
# NOTE: per_page=10000 should be ok for all cases, a PR review > 10000 is not human readable.
0 commit comments