diff options
| author | 杨威 <[email protected]> | 2023-09-19 08:49:03 +0000 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2023-09-19 08:49:03 +0000 |
| commit | e78749d810f9c261cab54ec56fa35e17f18a757a (patch) | |
| tree | f07252fe37a429d477416ba547f9415c5b95f15d | |
| parent | c62a24e2a91683b835b4d5d06a73580fd8f6d61b (diff) | |
Update ci/travis.shv2.0.17
| -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 0fbae20..d660a5e 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -67,10 +67,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 |
