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:
image: node:16-alpine
commands:
- pwd
- ls -l
- cd client && yarn install
- cd client && yarn generate
- cd client
- yarn install
- yarn generate
backend:
image: golang
commands: