summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-09-07 06:13:53 +0000
committer杨威 <[email protected]>2023-09-07 06:13:53 +0000
commit3d8a1074c1bd6d41fa4db72ae7e5c92fab47c52b (patch)
treec1164348ad66b7e2b9350d4ff6fcfb1c669d9c53
parentdd68f5cce27ac204a3353f9663571b5518e1eda2 (diff)
delete sentry-cli command
-rw-r--r--ci/travis.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 3640f4b..1e5b9ca 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -73,9 +73,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