Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #311 from fourkitchens/circle-fix
Browse files Browse the repository at this point in the history
Removing manual install of composer in circle config as we don't need it anymore.
  • Loading branch information
mikeethedude authored Dec 13, 2018
2 parents f956e1d + e921e36 commit 7bc775e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
- ./pattern-lab
key: v1-dependencies-npm-{{ checksum "package.json" }}

# Install Composer
- run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- run: php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
- run: php composer-setup.php
- run: php -r "unlink('composer-setup.php');"

# Install Drupal Dependencies
# Found on this post:
# https://discuss.circleci.com/t/installing-php7-1-gd-on-the-php-7-1-4-apache-container/14570
Expand Down

0 comments on commit 7bc775e

Please sign in to comment.