diff options
| author | yangwei <[email protected]> | 2023-08-04 16:18:11 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-04 16:18:11 +0800 |
| commit | 684fed2a8ecb07fe550e69251e3f8c661c8ceb7b (patch) | |
| tree | fb4da8158c42402a3564240fab4960b8b4c676f6 /ci | |
| parent | 80245710126460a4681eb28f333eab5eab3a0cba (diff) | |
🐎 ci(update ci trigger): make package only develop-*v4.0.0
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 |
