From fb0b231cfc277dd960a626c68cf4483c715abd09 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 15:44:50 -0400 Subject: [PATCH] Updated woodpecker config to use the electronuserland/builder image to build the app --- .woodpecker.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0789ada..bebeb46 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,14 @@ workspace: path: app pipeline: - build_linux: + build: + image: node:16 + commands: + - apt update && apt install -y ruby ruby-dev && gem install sass + - npm install + - npm run grunt + + package_linux: image: electronuserland/builder:16 commands: - npm install