diff options
| -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 |
