provision_container: Fix for new composer version
This commit is contained in:
parent
d10a359b49
commit
5976e19d10
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue