Skip to content

Commit

Permalink
modified storage address of block file (PaddlePaddle#27576)
Browse files Browse the repository at this point in the history
  • Loading branch information
XieYunshen authored Sep 27, 2020
1 parent 0e101c4 commit 9b12401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_file_diff_approvals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ fi
# Get the list of PR authors with unresolved unit test issues
pip install PyGithub
# For getting PR related data
wget https://paddle-ci.gz.bcebos.com/blk/block.txt --no-check-certificate
wget https://sys-p0.bj.bcebos.com/blk/block.txt --no-check-certificate
wget https://sys-p0.bj.bcebos.com/bk-ci/bk.txt --no-check-certificate
HASUTFIXED=`python ${PADDLE_ROOT}/tools/check_ut.py | grep "has unit-test to be fixed" || true`
if [ "${HASUTFIXED}" != "" ]; then
Expand Down

0 comments on commit 9b12401

Please sign in to comment.