[Gitlab CI] Don't allow analyzer to fail
This commit is contained in:
parent
be2265f226
commit
f3cc68fb6e
|
@ -25,7 +25,6 @@ code_analyze:
|
|||
dependencies: []
|
||||
script:
|
||||
- flutter analyze
|
||||
allow_failure: true
|
||||
|
||||
builddocs:
|
||||
stage: builddocs
|
||||
|
|
Loading…
Reference in a new issue