diff options
| author | 杨威 <[email protected]> | 2023-04-18 19:43:11 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2023-04-18 19:43:11 +0800 |
| commit | fc4a37fa9c379ec78bf3b1ab1afc6680cb1d80c5 (patch) | |
| tree | 660f5ff302a62124add92aa60e554790dfccff89 /ci | |
| parent | aabfc182b9c1edf56a6da235b0ecd272350b5c2c (diff) | |
🐎 ci(关闭上传debuginfo至sentry):v4.2.98release-4.2dev-4.2
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 130a21e..dcb969d 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -72,10 +72,6 @@ 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 #if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then |
