blob: 3d5a64a4d593c85b825b2666b5b3bd76c8d53c9f [file] [log] [blame]
#!/bin/bash
# Copyright 2013 The Flutter Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
if [[ $LUCI_PR == "" ]]; then
echo "This check is only run in presubmit"
else
.ci/scripts/tool_runner.sh federation-safety-check
fi