summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“pengxuanzheng” <[email protected]>2022-03-29 10:42:18 +0000
committer“pengxuanzheng” <[email protected]>2022-03-29 10:42:18 +0000
commit52b9316492ca0e3db4914fd4f2ea52669f7fd84f (patch)
tree2064731cde3c9af595a0ef67ebf29b25099681fd
parenta4b9fdb8112563bd5a377a86a9a378d875d1ebdf (diff)
🔧 build: 关闭sentry上传
-rw-r--r--ci/travis.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 71a3bf1..928c108 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -57,9 +57,9 @@ 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_TARGE*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
+# if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
+# rpm -i $SYMBOL_TARGE*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