Fix Repository Base Path Matching in Azure ITs (#41457) (#41469)

* 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:
Armin Braun 2019-04-24 12:24:05 +02:00 committed by GitHub
parent 58dd88329f
commit 2e4ac178e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: