diff options
| author | chenzizhan <[email protected]> | 2023-08-08 15:28:03 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-08-08 15:28:03 +0800 |
| commit | fed58feb2c6cd088d96b89a9dd330288e79ce5f3 (patch) | |
| tree | 71a31572a3a86f91f4b94dbd6025a7cb02268c92 /ci | |
| parent | 27cc0e2c3fee4a7843e59dd8087f7e5ce76ec5f1 (diff) | |
| parent | 1851db6031fbcdbd331a13629bd328454c74ff81 (diff) | |
Merge branch 'develop-version4' of git.mesalab.cn:MESA_framework/FieldStat into develop-version4v4.0.2
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
