deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Real composer patches format #48

Open szeidler opened 6 years ago

szeidler commented 6 years ago

Here's my initial work on making drupal_tests compatible with the correct composer-patches format, like reported in #47 .

Includes changes:

I added a test module repository at https://github.com/szeidler/drupal_tests_composer_patches . CircleCI: https://circleci.com/gh/szeidler/drupal_tests_composer_patches

I'm looking forward for your feedback.

deviantintegral commented 6 years ago
  • circleci config validate Error: Error parsing config file: yaml: line 9: mapping values are not allowed in this context

Not sure why this failed, as you haven't touched this file. I'll take a look.