From 856d53ba492d2c1514f53c520c89b6b5891ad4b5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 30 Jun 2020 10:39:53 +0545 Subject: [PATCH] Adjust apiTests to use core commit --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 6c03e6575..db3722bb2 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ def main(ctx): before = [ testing(ctx), - apiTests(ctx, 'master', 'ad274cb7f2a20ffba7fb9c65726ae9ef9270e4c0'), + apiTests(ctx, 'master', '0dc76b2452ef0c4388af765a738679097bd1491d'), ] stages = [