Created
January 11, 2021 17:37
-
-
Save jesseschutt/707907877c41866fb38898bbb766e9c3 to your computer and use it in GitHub Desktop.
Disable xdebug for CircleCI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- run: | |
name: Disable xdebug | |
command: | | |
sudo sed -i 's/^zend_extension/;zend_extension/g' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment