This commit is contained in:
parent
45cf73dbf5
commit
0c8b572e82
@ -2,7 +2,7 @@ pipeline:
|
|||||||
lint:
|
lint:
|
||||||
image: dart:3.0.7
|
image: dart:3.0.7
|
||||||
commands:
|
commands:
|
||||||
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile
|
- PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --verbose --no-precompile
|
||||||
- dart analyze --fatal-infos --fatal-warnings
|
- dart analyze --fatal-infos --fatal-warnings
|
||||||
test:
|
test:
|
||||||
image: dart:3.0.7
|
image: dart:3.0.7
|
||||||
|
Loading…
Reference in New Issue
Block a user