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

drupalci.yml: Added composer-exit-on-patch-failure true.

parent 3296e929
No related branches found
No related tags found
1 merge request!12Resolve #3307885 "Customize DrupalCI config to allow running cweagans/composer-patches"
......@@ -10,6 +10,7 @@ build:
- cd ${SOURCE_DIR}
- 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
halt-on-fail: true
phplint:
container_composer:
......@@ -30,6 +31,7 @@ build:
- cd ${SOURCE_DIR}
- 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
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