Skip to content

Commit

Permalink
Fix pecl installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Sep 5, 2018
1 parent 2cc73b0 commit f15c007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- run: |
sudo apt-get install -y libmcrypt-dev
sudo pecl config-set php_ini "${PHP_INI_DIR}/php.ini"
sudo pecl install channel://pecl.php.net/mcrypt-1.0.1
sudo ocker-php-ext-enable mcrypt
sudo yes '' | sudo pecl install channel://pecl.php.net/mcrypt-1.0.1
sudo docker-php-ext-enable mcrypt
- run: echo -e "[Date]\ndate.timezone = UTC" | sudo tee /usr/local/etc/php/php.ini > /dev/null
- run: echo $(openssl rand -hex 8) > /tmp/WORDPRESS_ADMIN_PASSWORD
- run: |
Expand Down

0 comments on commit f15c007

Please sign in to comment.