[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[ci] Remove repo tooling #7172

Merged
merged 10 commits into from
Feb 14, 2023
Prev Previous commit
Next Next commit
Update stale comment
  • Loading branch information
stuartmorgan committed Feb 13, 2023
commit 97b031e4ec3d452f941671361370e86368d38606
4 changes: 2 additions & 2 deletions script/tool_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
set -e

# WARNING! Do not remove this script, or change its behavior, unless you have
# verified that it will not break the flutter/flutter analysis run of this
# repository: https://github.com/flutter/flutter/blob/master/dev/bots/test.dart
# verified that it will not break the dart-lang analysis run of this
# repository: https://github.com/dart-lang/sdk/blob/main/tools/bots/flutter/analyze_flutter_plugins.sh

readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
readonly REPO_DIR="$(dirname "$SCRIPT_DIR")"
Expand Down