From 8335a503082b5617e53880b64e5770fb096bb6b3 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 16 Aug 2022 17:02:10 +0530 Subject: [PATCH] feat: switch to python, debian doesn't have make installed by default --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d695d1bb..b40d3c2e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ pipeline: - yarn build deploy: - image: debian + image: python when: event: push branch: master