blob: 2b308adf9f7fcc03fc4849bd080a8939213dc479 [file] [log] [blame]
#!/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
if [[ $LUCI_PR == "" ]]; then
echo "This check is only run in presubmit"
else
.ci/scripts/tool_runner.sh federation-safety-check
fi