Skip to content

Commit 3eabb59

Browse files
authored
Move the lucene_snapshot branch to target branch_10x (#116242)
We have been tracking branch_10_0 for a bit following the Lucene 10.0 release. With this commit we move to tracking 10x, so that we get ready to upgrade to Lucene 10.1 when needed.
1 parent aa1754d commit 3eabb59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipelines/lucene-snapshot/build-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
steps:
22
- trigger: apache-lucene-build-snapshot
3-
label: Trigger pipeline to build lucene 10 snapshot
3+
label: Trigger pipeline to build lucene snapshot
44
key: lucene-build
55
if: (build.env("LUCENE_BUILD_ID") == null || build.env("LUCENE_BUILD_ID") == "")
66
build:
7-
branch: branch_10_0
7+
branch: branch_10x
88
- wait
99
- label: Upload and update lucene snapshot
1010
command: .buildkite/scripts/lucene-snapshot/upload-snapshot.sh

0 commit comments

Comments
 (0)