From d59e101c9c7903b1595c6e110969a8d263fc6a70 Mon Sep 17 00:00:00 2001 From: liuwentan Date: Tue, 18 Apr 2023 12:04:27 +0800 Subject: [PATCH] cancel upload symbol --- ci/travis.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ci/travis.sh b/ci/travis.sh index 6e9056b..de7d46f 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -62,11 +62,4 @@ fi if [ -n "${UPLOAD}" ]; then cp ~/rpm_upload_tools.py ./ 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 +fi \ No newline at end of file