From de851f808c8d9d048c9c32039fea75c7bae4daf8 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 22 Oct 2020 15:43:40 +0200 Subject: [PATCH] add build step --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index b628ee93b9..5411dabc63 100644 --- a/.drone.star +++ b/.drone.star @@ -232,7 +232,7 @@ def testing(ctx, module): ] if module == 'accounts': - steps = ocisMetadataStorage() + steps + steps = build() + ocisMetadataStorage() + steps if config['modules'][module] == 'frontend': steps = frontend(module) + steps