Don't fail builds if sentry down

pull/1202/head
ta264 3 years ago
parent 466876da62
commit d5199ebcd7

@ -362,6 +362,10 @@ stages:
else else
sentry-cli releases deploys "${RELEASENAME}" new -e production sentry-cli releases deploys "${RELEASENAME}" new -e production
fi fi
if [ $? -gt 0 ]; then
echo "##vso[task.logissue type=warning]Error uploading source maps."
fi
exit 0
displayName: Publish Sentry Source Maps displayName: Publish Sentry Source Maps
condition: | condition: |
or or

Loading…
Cancel
Save