From ec43fd0536a5f06c85cbd39a06bfc9fbb185562e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Feb 2020 09:44:35 +0100 Subject: [PATCH] remove package install command --- .drone.star | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.star b/.drone.star index f5efa10ef2..deb7ba112f 100644 --- a/.drone.star +++ b/.drone.star @@ -625,7 +625,6 @@ def website(ctx): 'name': 'prepare', 'image': 'owncloudci/alpine:latest', 'commands': [ - 'apk add make', 'make docs-copy' ], },