Skip to content

Commit 5395e00

Browse files
author
ddeleo
committed
Fix READMEs and ingored_files in cloud build triggers
1 parent f2ea2ee commit 5395e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ resource "google_cloudbuild_trigger" "datasketches_regional_trigger" {
8585
}
8686
}
8787
included_files = ["udfs/datasketches/**"]
88-
ignored_files = [".*\\.md"]
88+
ignored_files = ["**/*.md"]
8989
include_build_logs = "INCLUDE_BUILD_LOGS_WITH_STATUS"
9090

9191
substitutions = {

0 commit comments

Comments
 (0)