File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 1- version : 2.1
2-
3- commands :
4- disable-php-memory-limit :
5- steps :
6- - run :
7- name : Disable PHP memory limit
8- command : echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
9- disable-xdebug-php-extension :
10- steps :
11- - run :
12- name : Disable Xdebug PHP extension
13- command : sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
1+ version : 2
142
153jobs :
164 build :
2210 - image : circleci/php:7.2
2311 steps :
2412 - checkout
25- - disable-xdebug-php-extension
26- - disable-php-memory-limit
13+ - run :
14+ name : Disable PHP memory limit
15+ command : echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
16+ - run :
17+ name : Disable Xdebug PHP extension
18+ command : sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
2719 - run : git config --global user.name "Florian Weber (via CircleCI)"
2820 - run : git config --global user.email "florian@webflo.org"
2921 - add_ssh_keys
You can’t perform that action at this time.
0 commit comments