summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-20 18:09:36 +0800
committerfengweihao <[email protected]>2023-12-20 18:09:36 +0800
commit30830c628086f6ff667f4a9a2c32f8a92fc44903 (patch)
treefc648b64f7073fbf9f34c2e52948603a9daf1a61
parent937b0f0ff92ae5569d4613e4797759b58bbbb76e (diff)
修复CI由于sentry-cli上传rpm镜像问题构建失败v3.0.3-20231221
-rw-r--r--ci/travis.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index a3db885..5ef2cde 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -55,9 +55,4 @@ fi
if [ -n "${UPLOAD}" ]; then
cp ~/rpm_upload_tools.py ./
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
-
- rpm -i $SYMBOL_TARGET*debuginfo*.rpm
- _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.debug"`
- cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
- sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
fi