Skip to content

Instantly share code, notes, and snippets.

@jesseschutt
Created January 11, 2021 17:37
Show Gist options
  • Save jesseschutt/707907877c41866fb38898bbb766e9c3 to your computer and use it in GitHub Desktop.
Save jesseschutt/707907877c41866fb38898bbb766e9c3 to your computer and use it in GitHub Desktop.
Disable xdebug for CircleCI
- 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