Updated woodpecker config to use the electronuserland/builder image to build the app
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-05-22 15:44:50 -04:00
parent da8dca561b
commit fb0b231cfc

View File

@ -3,7 +3,14 @@ workspace:
path: app path: app
pipeline: 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 image: electronuserland/builder:16
commands: commands:
- npm install - npm install