diff options
| author | fumingwei <[email protected]> | 2020-07-14 19:51:39 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-07-14 19:51:39 +0800 |
| commit | a6f43fbaa02f2293ed4ea1524b95f52e11c95044 (patch) | |
| tree | 6ca115f062c6b34909ae4dc527e394bc09510314 | |
| parent | 3356920496a07489ba627fc73e7b4f699e7b513b (diff) | |
修改调用upload脚本错误问题
| -rw-r--r-- | ci/travis.sh | 4 |
1 files 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 |
