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 install )
|
||||||
- ( cd client/ && yarn generate )
|
- ( cd client/ && yarn generate )
|
||||||
- mkdir -p client/.output/public/
|
- mkdir -p client/.output/public/
|
||||||
|
when:
|
||||||
|
branch: woodpecker
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: golang:1.18-alpine
|
image: golang:1.18-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add go-bindata
|
- apk add go-bindata
|
||||||
|
- apk add make
|
||||||
- make -C server setup
|
- make -C server setup
|
||||||
- make -C server build
|
- make -C server build
|
||||||
|
when:
|
||||||
|
branch: woodpecker
|
||||||
|
Loading…
Reference in New Issue
Block a user