From 16fd31a20491213d9d5e6009de9a153eb7265b37 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 21 Sep 2020 12:48:51 +0200 Subject: [PATCH] Correct the folder names of submodules --- .drone.star | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.star b/.drone.star index 3a1908c341..b73cc77c33 100644 --- a/.drone.star +++ b/.drone.star @@ -2,10 +2,11 @@ config = { 'modules': { 'accounts': 'frontend', 'glauth':'', - 'reva':'', + 'graph': '', + 'ocis-reva':'', 'ocis-pkg':'', - 'phoenix':'', - 'store':'', + 'ocis-phoenix':'', + 'ocis-store':'', 'ocs':'', 'webdav':'', 'thumbnails':'',