mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 14:13:18 -04:00
add build step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user