Skip to content

Commit 3a95dfb

Browse files
authored
[CI]update bucket for daily build (#2441)
1 parent 130ecdb commit 3a95dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/regression/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ paddleformers_build (){
7070

7171
install_paddleformers(){
7272
echo "install_formers_develop"
73-
python -m pip install --user https://paddlenlp.bj.bcebos.com/wheels/paddleformers-latest-py3-none-any.whl --no-cache-dir
73+
python -m pip install --user https://paddleformers.bj.bcebos.com/wheels/paddleformers-latest-py3-none-any.whl --no-cache-dir
7474
python -c "import paddleformers; print('paddleformers commit:',paddleformers.version.commit)" >> ${log_path}/commit_info.txt
7575
}
7676

@@ -100,7 +100,7 @@ if [[ ${#Build_list[*]} -ne 0 ]];then
100100

101101
if [ -e "${upload_path}" ] && [ "$(ls -A "${upload_path}/")" ]; then
102102
cd ${upload_path} && ls -A "${upload_path}"
103-
cd ${PPNLP_HOME} && python upload.py ${upload_path} 'paddlenlp/wheels'
103+
cd ${PPNLP_HOME} && python upload.py ${upload_path} 'paddleformers/wheels'
104104
rm -rf ${upload_path}
105105
echo -e "\033[32m upload wheels SUCCESS \033[0m"
106106
fi

0 commit comments

Comments
 (0)