provision_container: Fix for new composer version

This commit is contained in:
Tom Wiesing 2022-03-08 13:20:53 +01:00
parent d10a359b49
commit 5976e19d10
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -62,6 +62,9 @@ function drupal_sites_permission_workaround() {
chmod -R u+w "$WEB_DIR/sites/" || true chmod -R u+w "$WEB_DIR/sites/" || true
} }
# setup allow-plugins
composer config allow-plugins true || true
# Create a new composer project. # Create a new composer project.
log_info " => Creating composer project" log_info " => Creating composer project"
if [ -z "${DRUPAL_VERSION}" ]; then if [ -z "${DRUPAL_VERSION}" ]; then