From ecd448885e06f54d3b3d6fd577a569cdd7af636e Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 29 Jun 2021 15:58:42 -0700 Subject: [PATCH] Removes the licence sheck from cirrus (flutter/engine#27051) --- engine/src/flutter/.cirrus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engine/src/flutter/.cirrus.yml b/engine/src/flutter/.cirrus.yml index f13149e3c3a..da0e3ed8754 100644 --- a/engine/src/flutter/.cirrus.yml +++ b/engine/src/flutter/.cirrus.yml @@ -49,8 +49,3 @@ task: 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 --flutter-repo --local-engine=host_debug_unopt - # TODO(fujino): remove this once ci/licenses.sh is run on LUCI - - name: licenses_check - build_script: | - cd $ENGINE_PATH/src/flutter - ./ci/licenses.sh