summaryrefslogtreecommitdiff
path: root/ci/travis.sh
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-08-02 15:24:26 +0800
committeryangwei <[email protected]>2024-08-02 15:24:26 +0800
commit357179dd15ed1ab0eea73099a1c506f9c85d7f40 (patch)
treed7e917daeabcc8391692bc063b02544159f43c2d /ci/travis.sh
parent03491ea7e227c51d61e4e6a4b3810c727f0fbd19 (diff)
🐎 ci(ci yaml): remove sentry related codeFix-rename-fs3-api
Diffstat (limited to 'ci/travis.sh')
-rw-r--r--ci/travis.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 971a1a6..c3f09ff 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -70,9 +70,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