Skip to content
Snippets Groups Projects
Commit 786f80b9 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-821: When using BugSplat, don't try to upload Breakpad symbols.

With BugSplat, the Breakpad symbol files aren't generated; attempting to post
them to codeticket will fail the build.
parent 16776975
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,8 @@ pre_build()
if [ -n "${BUGSPLAT_DB:-}" ]
then echo export BUGSPLAT_DB
export BUGSPLAT_DB
echo RELEASE_CRASH_REPORTING=OFF
RELEASE_CRASH_REPORTING=OFF
fi
fi
set -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment