mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
* Added quotes so that "regexy" base paths like `7.0` that we use on CI don't break matching * closes #41405
This commit is contained in:
parent
58dd88329f
commit
2e4ac178e2
@ -23,7 +23,7 @@ setup:
|
||||
|
||||
- match: { repository.settings.container: ${container} }
|
||||
- match: { repository.settings.client : "integration_test" }
|
||||
- match: { repository.settings.base_path : ${base_path} }
|
||||
- match: { repository.settings.base_path : "${base_path}" }
|
||||
|
||||
# Index documents
|
||||
- do:
|
||||
|
Loading…
x
Reference in New Issue
Block a user