blob: 512aee0dd1d0e63c721cfd2815f30be3d60c23d9 [file] [log] [blame]
#!/usr/bin/env lucicfg
# 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.
"""
Configurations for the packages repository.
"""
load("//lib/ci_yaml/ci_yaml.star", "ci_yaml")
def _setup():
ci_yaml.generate("packages", "main", None, "refs/heads/main")
packages_config = struct(setup = _setup)