bugfix: install make
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
656e125a3f
commit
1e752467eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user