summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-01-11 16:58:54 +0800
committeryangwei <[email protected]>2024-01-11 16:58:54 +0800
commit33a2bc5b39ca43650809124c9eca62b3b31c93c5 (patch)
tree92a30714ca920a44a4beaafc3b01fdc27d595257
parentaebc66e015ab457506fcf00646a13f7c2e7e8ae2 (diff)
🐎 ci(travis): remove sentry-cliv2.0.10
-rw-r--r--ci/travis.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 80df870..7a4cdc1 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -67,9 +67,3 @@ if [ -n "${UPLOAD_RPM}" ]; then
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
fi
-if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
- rpm -i $SYMBOL_TARGET*debuginfo*.rpm
- _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.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