bugfix: debug .woodpecker.yml

This commit is contained in:
Settel 2022-11-05 22:01:43 +01:00
parent bb9cd154fb
commit a94448e8a6

View File

@ -6,9 +6,9 @@ pipeline:
- ( cd client/ && yarn generate ) - ( cd client/ && yarn generate )
- mkdir -p client/.output/public/ - mkdir -p client/.output/public/
backend: # backend:
image: golang:1.18 # image: golang:1.18
commands: # commands:
- apk add go-bindata # - apk add go-bindata
- make -C server setup # - make -C server setup
- make -C server build # - make -C server build