Skip to content
Snippets Groups Projects
Commit 57739c6b 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 825679ad
Branches
No related tags found
No related merge requests found
...@@ -574,6 +574,7 @@ Debug: ...@@ -574,6 +574,7 @@ Debug:
cache: {} cache: {}
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
COMPOSE_PROJECT_NAME: drupal_$COMPOSE_PROJECT_NAME
before_script: !reference [.prepareaccess, before_script] before_script: !reference [.prepareaccess, before_script]
script: script:
- mkdir -p /data/${CI_COMMIT_REF_NAME}/app - mkdir -p /data/${CI_COMMIT_REF_NAME}/app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment