mirror of
https://github.com/elyby/accounts.git
synced 2024-11-23 05:33:20 +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
|
||||
script:
|
||||
- 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
|
||||
|
||||
###############
|
||||
|
Loading…
Reference in New Issue
Block a user