bugfix: debug .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-05 22:03:26 +01:00
parent a94448e8a6
commit aae6280954

View File

@ -4,11 +4,11 @@ pipeline:
commands:
- ( cd client && yarn install )
- ( cd client/ && yarn generate )
- mkdir -p client/.output/public/
- 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