Skip to content
Snippets Groups Projects
Commit 9b9c35d6 authored by jurgenhaas's avatar jurgenhaas
Browse files

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

#73 Change docker compose project name to prefix drupal_ for deployed sites, so that they are different from pipeline project names
parent 022b2f4a
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,6 @@ Debug:
- !reference [.prepareaccess, before_script]
- !reference [.preparecomposerplugins, before_script]
script:
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
- /usr/local/bin/update-env
- composer install --no-interaction --no-progress --no-dev
- composer show --path drupal/core-vendor-hardening >/dev/null 2>&1 || composer require --update-no-dev --no-interaction --no-progress drupal/core-vendor-hardening
......@@ -304,8 +303,8 @@ Debug:
- !reference [.preparecomposerplugins, before_script]
variables:
LAKEDROPS_BUILD_NG: 'yes'
COMPOSE_PROJECT_NAME: drupal_$COMPOSE_PROJECT_NAME
script:
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
- composer show --path lakedrops/drupal-environment >/dev/null 2>&1 || composer require --update-no-dev --no-interaction --no-progress lakedrops/drupal-environment
- composer show --path lakedrops/docker4drupal >/dev/null 2>&1 || composer require --update-no-dev --no-interaction --no-progress lakedrops/docker4drupal
- composer lakedrops:config
......@@ -327,7 +326,6 @@ Debug:
- !reference [.prepareaccess, before_script]
- !reference [.preparecomposerplugins, before_script]
script:
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
# Run the following twice to ensure new patches get applied.
- composer install --no-interaction --no-progress
- composer install --no-interaction --no-progress
......
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