summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-05-01 08:43:04 +0800
committerliuxueli <[email protected]>2020-05-01 08:43:04 +0800
commitcff64e27d1a261eebc2324d0c972aada465d3f4d (patch)
tree75d3755db48ad67a18dc0973c2444e52d3afb715
parent80936978e4066c9d8a4d00d6fa001b61e5f825e0 (diff)
上传rpm之前删除http.so
-rw-r--r--ci/travis.sh1
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