summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-04-18 12:04:27 +0800
committerliuwentan <[email protected]>2023-04-18 12:04:27 +0800
commitd59e101c9c7903b1595c6e110969a8d263fc6a70 (patch)
treec4af8e559284fb2a22eb053100ea7c4369dbdb49
parentaadabcae0fa1c2e940128962ed7704a701d71513 (diff)
cancel upload symbol
-rw-r--r--ci/travis.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 6e9056b..de7d46f 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -62,11 +62,4 @@ fi
if [ -n "${UPLOAD}" ]; 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
+fi \ No newline at end of file