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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user