From 448081af1d56f120e2777f2e16ec379fe0b7fcef Mon Sep 17 00:00:00 2001 From: fengweihao Date: Mon, 9 Oct 2023 18:23:24 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8DCi=E5=85=B3?= =?UTF-8?q?=E4=BA=8Esentry-cli=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/travis.sh b/ci/travis.sh index 0ade55e..64a1722 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -53,9 +53,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 \ No newline at end of file