Remove the yes pipe, since the pipeline is inexplicably failing
This commit is contained in:
parent
c7704c11b4
commit
8858cb7a1e
@ -27,7 +27,7 @@ php-test-job:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- php-build-job
|
- php-build-job
|
||||||
script:
|
script:
|
||||||
- yes | pecl install xdebug
|
- pecl install xdebug
|
||||||
- echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini
|
- echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini
|
||||||
- echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
|
- echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
|
||||||
- export DB_CONNECTION=mysql
|
- export DB_CONNECTION=mysql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user