From 543a642007d5c922dbe032ec83855edf8a96780b Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 27 Feb 2020 15:19:57 +0100 Subject: [PATCH] forgotten make build command in drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9f14770..6e204a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,5 @@ steps: commands: - apk add --no-cache make - make install_deps + - make build - make ftp_upload