From 15ed6a0ef98027562be4daf43dc296a17e065280 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 (#27051) --- .cirrus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f13149e3c3aca..da0e3ed875472 100644 --- a/.cirrus.yml +++ b/.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