mirror of
https://github.com/elyby/accounts.git
synced 2025-05-10 11:33:52 +05:30
Try to fix missing yii executable
This commit is contained in:
parent
cc519edf5a
commit
1fee15f74a
@ -111,7 +111,7 @@ Codeception:
|
|||||||
- sudo chmod a+x /usr/local/bin/wait-for-it
|
- sudo chmod a+x /usr/local/bin/wait-for-it
|
||||||
script:
|
script:
|
||||||
- php yii rbac/generate
|
- php yii rbac/generate
|
||||||
- wait-for-it "${DB_HOST}:3306" -s -t 0 -- php /var/www/html/yii migrate/up --interactive=0
|
- wait-for-it "${DB_HOST}:3306" -s -t 0 -- php yii migrate/up --interactive=0
|
||||||
- vendor/bin/codecept run
|
- vendor/bin/codecept run
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
Loading…
x
Reference in New Issue
Block a user