From 47f5f2f0ccb09d343278a6754cf3e9dbc47bbc20 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Wed, 25 Nov 2020 16:19:50 +0200 Subject: [PATCH] Set Xpand version to 'latest' in system-test Now MDBCI is able to find latest version of XPand automatically --- system-test/mdbci/templates/default.json.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system-test/mdbci/templates/default.json.template b/system-test/mdbci/templates/default.json.template index 0672547cc..4e9e47cd6 100644 --- a/system-test/mdbci/templates/default.json.template +++ b/system-test/mdbci/templates/default.json.template @@ -386,7 +386,7 @@ ], "product" : { "name" : "clustrix", - "version" : "5.3.11_13" + "version" : "latest" } }, @@ -400,7 +400,7 @@ ], "product" : { "name" : "clustrix", - "version" : "5.3.11_13" + "version" : "latest" } }, @@ -414,7 +414,7 @@ ], "product" : { "name" : "clustrix", - "version" : "5.3.11_13" + "version" : "latest" } }, @@ -428,7 +428,7 @@ ], "product" : { "name" : "clustrix", - "version" : "5.3.11_13" + "version" : "latest" } } }