mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Fixed: Don’t fail build on Sentry fail
This commit is contained in:
parent
5d478a5259
commit
b0afbce97c
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ stages:
|
||||||
sentry-cli releases set-commits --auto "${RELEASENAME}"
|
sentry-cli releases set-commits --auto "${RELEASENAME}"
|
||||||
sentry-cli releases deploys "${RELEASENAME}" new -e aphrodite
|
sentry-cli releases deploys "${RELEASENAME}" new -e aphrodite
|
||||||
displayName: Publish Sentry Source Maps
|
displayName: Publish Sentry Source Maps
|
||||||
|
continueOnError: true
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/aphrodite'))
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/aphrodite'))
|
||||||
env:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: $(sentryAuthTokenSelfHosted)
|
SENTRY_AUTH_TOKEN: $(sentryAuthTokenSelfHosted)
|
||||||
|
|
Loading…
Reference in a new issue