diff options
| author | liuxueli <[email protected]> | 2023-09-06 13:58:12 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-09-20 17:02:10 +0800 |
| commit | 1767320f77b7835723de59a6895e223a0baca522 (patch) | |
| tree | a260ea545dacfc4ce63ab73f1a859773abc29533 | |
| parent | 6f433c9b7079c6aa07956a4edda4e10a28e76c1c (diff) | |
删除上传debuginfo到sentry的逻辑
| -rw-r--r-- | ci/travis.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 26f20ba..49c43b8 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -63,10 +63,3 @@ if [ -n "${UPLOAD_RPM}" ]; 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 |
