Skip to content

Commit cb3b5ba

Browse files
author
nturgut
authored
Remove migrated format and lint steps from the cirrus file (flutter#19854)
1 parent 0a4d369 commit cb3b5ba

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.cirrus.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,7 @@ task:
111111
- name: web_tests-3_last-linux # last Web shard must end with _last
112112
<< : *WEB_SHARD_TEMPLATE
113113

114-
- name: format_and_dart_test
115-
format_script: |
116-
cd $ENGINE_PATH/src/flutter
117-
./ci/format.sh
114+
- name: build_test
118115
build_script: |
119116
cd $ENGINE_PATH/src/flutter
120117
./ci/build.sh
121-
- name: lint_test
122-
lint_script: |
123-
cd $ENGINE_PATH/src
124-
./flutter/ci/lint.sh

0 commit comments

Comments
 (0)