remove package install command

This commit is contained in:
Robert Kaussow
2020-02-12 09:44:35 +01:00
parent 1fa69f3469
commit ec43fd0536

View File

@@ -625,7 +625,6 @@ def website(ctx):
'name': 'prepare',
'image': 'owncloudci/alpine:latest',
'commands': [
'apk add make',
'make docs-copy'
],
},