From a55fc13d17e1aa5e37f51a5074a0d4cf58f3a100 Mon Sep 17 00:00:00 2001 From: oscarpocock Date: Sat, 3 Dec 2022 02:33:40 +0000 Subject: [PATCH] Install make --- .woodpecker/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 57d149b..66cfaba 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -4,4 +4,5 @@ pipeline: init: image: hashicorp/terraform commands: + - apk add make - CODE_PATH=./hetzner/template make init \ No newline at end of file