Remove the yes pipe, since the pipeline is inexplicably failing

This commit is contained in:
Daniel_I_Am 2021-09-04 13:45:51 +02:00
parent c7704c11b4
commit 8858cb7a1e

View File

@ -27,7 +27,7 @@ php-test-job:
dependencies:
- php-build-job
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 "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
- export DB_CONNECTION=mysql