From a6f43fbaa02f2293ed4ea1524b95f52e11c95044 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Tue, 14 Jul 2020 19:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8upload?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/travis.sh b/ci/travis.sh index 8eca49b..8976be1 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -9,6 +9,6 @@ ansible-playbook -i ./build_config -e tarname=tsg-scripts-${VER_NAME}.tar.gz bu ls -halt ./build/tsg-scripts-${VER_NAME}.tar.gz cd build -cp ~/rpm_upload_tools.py ./ +cp ~/file_upload_tools.py ./ -python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.tar.gz \ No newline at end of file +python3 file_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.tar.gz \ No newline at end of file