From 684fed2a8ecb07fe550e69251e3f8c661c8ceb7b Mon Sep 17 00:00:00 2001 From: yangwei Date: Fri, 4 Aug 2023 16:18:11 +0800 Subject: 🐎 ci(update ci trigger): make package only develop-* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ci') diff --git a/ci/travis.sh b/ci/travis.sh index d9c2256..dc6c83c 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -68,9 +68,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 -- cgit v1.2.3