We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc7a75 commit 20ee944Copy full SHA for 20ee944
.circleci/config.yml
@@ -9,9 +9,6 @@ jobs:
9
name: Fix permissions
10
command: 'sudo chown -R circleci:circleci /var/www' # https://discuss.circleci.com/t/permission-denied-during-checkout-phase/13665
11
- checkout
12
-# - run:
13
-# name: Install PHP extensions
14
-# command: 'sudo docker-php-ext-install pdo pdo_mysql'
15
- run:
16
name: Set PHP Timezone
17
command: 'echo -e "[Date]\ndate.timezone = UTC" | sudo tee /usr/local/etc/php/php.ini > /dev/null'
circle.yml
0 commit comments