Allow failure on sentry during deployment
This commit is contained in:
parent
7a250f6642
commit
fe4a78b743
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ build:
|
||||||
sentry:
|
sentry:
|
||||||
stage: ops
|
stage: ops
|
||||||
image: getsentry/sentry-cli
|
image: getsentry/sentry-cli
|
||||||
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue