From e85652b61d42857c9249e4b6e1bd9c62d22758dc Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Tue, 6 Oct 2020 11:53:29 +0000 Subject: [PATCH] infra: Remove no longer used refs.cfg. R=cwallez@chromium.org, vadimsh@chromium.org No-Try: true Change-Id: I43d418c8c52af82f62c7074800160353458dbb7d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/29422 Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez --- infra/config/global/refs.cfg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 infra/config/global/refs.cfg diff --git a/infra/config/global/refs.cfg b/infra/config/global/refs.cfg deleted file mode 100644 index b287e22508..0000000000 --- a/infra/config/global/refs.cfg +++ /dev/null @@ -1,6 +0,0 @@ -# Refs configuration file. The documentation of the format can be found -# at https://luci-config.appspot.com/schemas/projects:refs.cfg. -refs { - name: "refs/heads/master" - config_path: "infra/config/branch" -}