Files
packages/script/tool_runner.sh
stuartmorgan f850e38672 [ci] Roll repo tooling to 0.7.3 (#520)
Updates tool pin to 0.7.3
- Enables versiond and CHANGELOG update checks.
- Enables timing logging.

Changes to allow the roll to pass:
- Adds missing licenses to Kotlin files (which were not previously checked).
- Adds missing AUTHORS files.
- Adjusts package descriptions to meet pub.dev length guidelines, which the tooling now enforces.
2021-12-02 12:01:20 -08:00

14 lines
453 B
Bash
Executable File

#!/bin/bash
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
REPO_DIR="$(dirname "$SCRIPT_DIR")"
# The tool expects to be run from the repo root.
cd "$REPO_DIR"
dart pub global run flutter_plugin_tools "$@" --packages-for-branch \
--log-timing $BUILD_SHARDING