Commit 75f63748 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Fix the exclude regexp for the infra config directory.

Change-Id: I9e3b5d5d30090fbcf3ab40933541ebb81350ce2f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350241
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797037}
parent c4dddbf4
This diff is collapsed.
......@@ -22,7 +22,7 @@ load("@stdlib//internal/luci/common.star", "keys")
load("./builders.star", "builders")
load("./args.star", "args")
INFRA_CONFIG_LOCATION_REGEXP = "infra/config/.+"
INFRA_CONFIG_LOCATION_REGEXP = ".+/[+]/infra/config/.+"
defaults = args.defaults(
extends = builders.defaults,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment