Skip to content

Commit

Permalink
Revert to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Sep 25, 2019
1 parent 79a7a23 commit f8bd240
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
version: 2.1

commands:
disable-php-memory-limit:
steps:
- run:
name: Disable PHP memory limit
command: echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
disable-xdebug-php-extension:
steps:
- run:
name: Disable Xdebug PHP extension
command: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
version: 2

jobs:
build:
Expand All @@ -22,8 +10,12 @@ jobs:
- image: circleci/php:7.2
steps:
- checkout
- disable-xdebug-php-extension
- disable-php-memory-limit
- run:
name: Disable PHP memory limit
command: echo 'memory_limit=-1' | sudo tee -a /usr/local/etc/php/php.ini
- run:
name: Disable Xdebug PHP extension
command: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
- run: git config --global user.name "Florian Weber (via CircleCI)"
- run: git config --global user.email "[email protected]"
- add_ssh_keys
Expand Down

0 comments on commit f8bd240

Please sign in to comment.