diff --git a/.circleci/config.yml b/.circleci/config.yml index 69c8ea03..a4cf3780 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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