1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

[infra] Change default target of update_blamelists to production

Change-Id: I6fbd5054651d984183df0643c21de32f17c5da97
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157496
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Karl Klose <karlklose@google.com>
This commit is contained in:
Karl Klose 2020-08-11 10:03:39 +00:00 committed by commit-bot@chromium.org
parent 730578ed2d
commit 42270c6fae

View File

@ -159,11 +159,7 @@ main(List<String> arguments) async {
..addOption('results',
abbr: 'r',
help: 'path to a file containing the test results (required)')
..addFlag('staging',
abbr: 's',
help: 'use staging database',
defaultsTo: true,
negatable: true);
..addFlag('staging', abbr: 's', help: 'use staging database');
var options = parser.parse(arguments);
if (options.rest.isNotEmpty ||
options['results'] == null ||