fix ecs build step
This commit is contained in:
parent
a3dd5e0e49
commit
378878b7d7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
image: php:8.1-cli-alpine
|
image: php:8.1-cli-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd app
|
- cd app
|
||||||
- php ./vencor/bin/ecs
|
- php ./vendor/bin/ecs
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue