Skip to content
Snippets Groups Projects
Commit 93c8f6b6 authored by jurgenhaas's avatar jurgenhaas
Browse files

drupal#73 Change docker compose project name to prefix drupal_...

drupal#73 Change docker compose project name to prefix drupal_ for deployed sites, so that they are different from pipeline project names
parent 299bc9c7
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ stages:
.preparecomposerplugins:
before_script:
# Downgrade composer if required
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
# Add the Drupal Vendor Hardening Composer Plugin.
# see https://github.com/drupal/core-vendor-hardening
- composer config --no-plugins --no-interaction allow-plugins.drupal/core-vendor-hardening true
......
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