File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2323 - run :
2424 name : Run tests
2525 command : |
26- cd /var/www/polaris/web
27- ./vendor/bin/phpunit
26+ cd /var/www/polaris && sudo -u www-data ./vendor/bin/phpunit
2827
2928 - store_artifacts :
3029 path : /var/www/polaris/web/sites/default/files/simpletest
Original file line number Diff line number Diff line change 2727 "drupal/drupal" : " *"
2828 },
2929 "config" : {
30- "sort-packages" : true
30+ "sort-packages" : true ,
31+ "allow-plugins" : {
32+ "composer/installers" : true ,
33+ "cweagans/composer-patches" : true ,
34+ "dealerdirect/phpcodesniffer-composer-installer" : true ,
35+ "drupal/console-extend-plugin" : true ,
36+ "oomphinc/composer-installers-extender" : true ,
37+ "zaporylie/composer-drupal-optimizations" : true ,
38+ "wikimedia/composer-merge-plugin" : true ,
39+ "drupal/core-composer-scaffold" : true
40+ }
3141 },
3242 "autoload" : {
3343 "classmap" : [
3848 ]
3949 },
4050 "scripts" : {
41- "drupal-scaffold" : " DrupalComposer\\ DrupalScaffold\\ Plugin::scaffold" ,
4251 "pre-install-cmd" : [
4352 " DrupalProject\\ composer\\ ScriptHandler::checkComposerVersion"
4453 ],
5059 " DrupalProject\\ composer\\ ScriptHandler::createRequiredFiles"
5160 ],
5261 "post-update-cmd" : [
53- " @drupal-scaffold" ,
5462 " DrupalProject\\ composer\\ ScriptHandler::createRequiredFiles" ,
5563 " echo # drush cim -y" ,
5664 " echo # drush updb -y" ,
You can’t perform that action at this time.
0 commit comments