diff options
| author | liuxueli <[email protected]> | 2020-05-01 08:43:04 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-05-01 08:43:04 +0800 |
| commit | cff64e27d1a261eebc2324d0c972aada465d3f4d (patch) | |
| tree | 75d3755db48ad67a18dc0973c2444e52d3afb715 | |
| parent | 80936978e4066c9d8a4d00d6fa001b61e5f825e0 (diff) | |
上传rpm之前删除http.so
| -rw-r--r-- | ci/travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 40a2780..e51af17 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -53,6 +53,7 @@ if [ -n "${PACKAGE}" ]; then fi if [ -n "${UPLOAD}" ]; then + rm -rf http.so cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi |
