fix ecs build step

This commit is contained in:
lubiana 2022-11-07 21:52:34 +01:00
parent a3dd5e0e49
commit 378878b7d7
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ steps:
image: php:8.1-cli-alpine
commands:
- cd app
- php ./vencor/bin/ecs
- php ./vendor/bin/ecs
depends_on:
- install