summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2019-09-03 20:58:00 +0800
committer陆秋文 <[email protected]>2019-09-03 21:10:40 +0800
commiteb6c9221a9806e915ba57357451791ee64ff24fb (patch)
tree56ab1b98eead602eb7ea6767c579eb8970cb50a2 /ci
parent38187063b43e933d43a99afe62d32a097e8db830 (diff)
修正提交调试符号的判断条件
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index bef200a..93934d7 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -51,6 +51,5 @@ if [ -n "${PACKAGE}" ]; then
fi
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
- sentry-cli login
sentry-cli upload-dif -t elf build/
fi