Skip to content

Commit 8d6fb00

Browse files
committed
Do not delete the static commands files
1 parent 0f3eb18 commit 8d6fb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ tasks.named("test").configure {
131131
} else {
132132
// If we do run the full test of tests, be careful about what we need to preserve
133133
preserve {
134-
// The lists are static, and the operators are a mix of generated and static content
135-
include '*.md', '**/operators/*.md', '**/operators/**/*.md', '**/lists/*.md'
134+
// The lists and commands are static, and the operators are a mix of generated and static content
135+
include '*.md', '**/operators/*.md', '**/operators/**/*.md', '**/lists/*.md', '**/commands/**/*.md'
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)