bugfix: fix cd into working directory
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2022-11-04 21:43:51 +01:00
parent 72b4650261
commit 0376e89f19

View File

@ -2,10 +2,9 @@ pipeline:
frontend: frontend:
image: node:16-alpine image: node:16-alpine
commands: commands:
- pwd - cd client
- ls -l - yarn install
- cd client && yarn install - yarn generate
- cd client && yarn generate
backend: backend:
image: golang image: golang
commands: commands: