Skip to content
Snippets Groups Projects
Commit 721fd050 authored by Jerome Roberts's avatar Jerome Roberts Committed by npaudyal
Browse files

Issue #3344857 by npaudyal001, jeromeroberts, jahanzaib_at_straker: Automated test composer failure

parent 7a19e23d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@
"drupal/layout_builder_at": "dev-2.x",
"drupal/layout_builder_st": "dev-1.x",
"drupal/tablefield": "dev-2.x",
"acquia/cohesion": "6.3.*",
"drupal/webform": "dev-6.x"
},
"suggest": {
......
build:
assessment:
validate_codebase:
container_command:
commands:
- 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
# Note: this must be kept up to date with what's in our composer.json.
- sudo -u www-data composer require "acquia/cohesion:6.3.*"
- sudo -u www-data composer update acquia/cohesion --with-dependencies
halt-on-fail: true
phplint: { }
csslint:
halt-on-fail: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment