bugfix: debug .woodpecker.yml
This commit is contained in:
parent
bb9cd154fb
commit
a94448e8a6
@ -6,9 +6,9 @@ pipeline:
|
||||
- ( cd client/ && yarn generate )
|
||||
- mkdir -p client/.output/public/
|
||||
|
||||
backend:
|
||||
image: golang:1.18
|
||||
commands:
|
||||
- apk add go-bindata
|
||||
- make -C server setup
|
||||
- make -C server build
|
||||
# backend:
|
||||
# image: golang:1.18
|
||||
# commands:
|
||||
# - apk add go-bindata
|
||||
# - make -C server setup
|
||||
# - make -C server build
|
||||
|
Loading…
Reference in New Issue
Block a user