Skip to content
Snippets Groups Projects
Commit 6997c904 authored by ambient.impact's avatar ambient.impact
Browse files

drupalci.yml: Added composer require "cweagans/composer-patches:^1.5.0"

parent abe11ab4
No related branches found
No related tags found
1 merge request!13drupalci.yml: Further edits to attempt successful build.
......@@ -36,6 +36,8 @@ build:
- sudo -u www-data composer config --no-plugins allow-plugins.cweagans/composer-patches true
- sudo -u www-data composer config extra.enable-patching true
- sudo -u www-data composer config extra.composer-exit-on-patch-failure true
# Note: this must be kept up to date with what's in our composer.json.
- sudo -u www-data composer require "cweagans/composer-patches:^1.5.0"
halt-on-fail: true
run_tests.phpunit:
types: 'PHPUnit-Unit'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment