From 33a2bc5b39ca43650809124c9eca62b3b31c93c5 Mon Sep 17 00:00:00 2001 From: yangwei Date: Thu, 11 Jan 2024 16:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(travis):=20remove=20sentry-cl?= =?UTF-8?q?i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 6 ------ 1 file changed, 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