From 45e8a9800afb13a7b46fa7ad77706faf154fa3e1 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 16 Apr 2021 09:01:18 -0700 Subject: [PATCH] Remove --dartdocs in preparation for removal from tool (#25615) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ca1d65188..c89cd60d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -50,7 +50,7 @@ task: mkdir -p bin/cache/pkg/ cp -r $ENGINE_PATH/src/out/host_debug_unopt/gen/dart-pkg/sky_engine bin/cache/pkg/ bin/flutter update-packages --local-engine=host_debug_unopt - bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt + bin/flutter analyze --flutter-repo --local-engine=host_debug_unopt test_framework_script: | cd $FRAMEWORK_PATH/flutter/packages/flutter ../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety -- GitLab