bugfix: fix cd into working directory
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
72b4650261
commit
0376e89f19
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user