Skip to content

Commit

Permalink
Modify the exit code of mac CI approval error (#32389)
Browse files Browse the repository at this point in the history
  • Loading branch information
iducn authored Apr 21, 2021
1 parent 229f930 commit a2cbbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ function check_approvals_of_unittest() {
echo -e "If you have any problems about deleting unit-test, please read the specification [https://github.com/PaddlePaddle/Paddle/wiki/Deleting-unit-test-is-forbidden]. \n"
echo -e "Following unit-tests are deleted in this PR: \n ${unittest_spec_diff} \n"
echo "************************************"
exit 1
exit 6
fi
fi
fi
Expand Down

0 comments on commit a2cbbe8

Please sign in to comment.