Remove migrated format and lint steps from the cirrus file (flutter/engine#19854)

This commit is contained in:
nturgut 2020-07-17 16:45:09 -07:00 committed by GitHub
parent 88a5bfb010
commit 90247f78cb

View File

@ -111,14 +111,7 @@ task:
- name: web_tests-3_last-linux # last Web shard must end with _last
<< : *WEB_SHARD_TEMPLATE
- name: format_and_dart_test
format_script: |
cd $ENGINE_PATH/src/flutter
./ci/format.sh
- name: build_test
build_script: |
cd $ENGINE_PATH/src/flutter
./ci/build.sh
- name: lint_test
lint_script: |
cd $ENGINE_PATH/src
./flutter/ci/lint.sh