bugfix: install make
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Settel 2022-11-06 09:17:17 +01:00
parent 656e125a3f
commit 1e752467eb

View File

@ -5,10 +5,15 @@ pipeline:
- ( cd client && yarn install )
- ( cd client/ && yarn generate )
- mkdir -p client/.output/public/
when:
branch: woodpecker
backend:
image: golang:1.18-alpine
commands:
- apk add go-bindata
- apk add make
- make -C server setup
- make -C server build
when:
branch: woodpecker