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