Skip to content

Commit 61630a6

Browse files
committed
Use single-quoted string so Windows file paths don't make YAML mad (#69946)
1 parent f077a16 commit 61630a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
4444
numberOfNodes = 3
4545

4646
setting 'repositories.url.allowed_urls', 'http://snapshot.test*'
47-
setting 'path.repo', "[ \"${buildDir}/cluster/shared/repo/${baseName}\", \"${searchableSnapshotRepository}\" ]"
47+
setting 'path.repo', "['${buildDir}/cluster/shared/repo/${baseName}', '${searchableSnapshotRepository}']"
4848
setting 'xpack.license.self_generated.type', 'trial'
4949
setting 'xpack.security.enabled', 'true'
5050
setting 'xpack.security.transport.ssl.enabled', 'true'

0 commit comments

Comments
 (0)