From 64d14a33065c6961ee93e1ba67989b16f5914215 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 5 Oct 2020 11:44:14 +0545 Subject: [PATCH] Bump core test commit id as at 20201005 --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index 190e19edf26..65978d47eae 100644 --- a/.drone.star +++ b/.drone.star @@ -15,7 +15,7 @@ config = { }, 'apiTests': { 'coreBranch': 'master', - 'coreCommit': '2c5bb68fc689d7e9dd912125680c0fad99528fa9', + 'coreCommit': 'd3a6524ff6a155c15ff1b51441b345f2641f3366', 'numberOfParts': 4 }, 'uiTests': { @@ -122,7 +122,7 @@ def main(ctx): pipelines['depends_on'] = [] else: pipelines = before + stages + after - + return pipelines def testPipelines(ctx):