blob: 604024c8b107507db0ea921c3e8c960ad3114160 [file] [log] [blame]
#!/bin/bash
# Copyright 2020 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
# bq \
# --project_id=flutter-dashboard \
# load \
# --replace=true \
# --source_format=NEWLINE_DELIMITED_JSON \
# --autodetect cirrus.Build \
# ./tmp/build.json
bq \
--project_id=flutter-dashboard \
load \
--replace=true \
--source_format=NEWLINE_DELIMITED_JSON \
--autodetect \
cirrus.Task \
./tmp/task.json