Skip to content
Snippets Groups Projects
Commit e7777e37 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3353956 by yas, baldwinlouie: Refactor cloud_orchestrator.info.yml

parent 05cbcd5b
No related branches found
No related tags found
1 merge request!53Issue #3353956: Refactor cloud_orchestrator.info.yml
......@@ -90,7 +90,7 @@ services:
export GIT_REPO_DIR="$(pwd)"
# Now we can require docomoinnovations/cloud_orchestrator
cd /var/www && composer create-project docomoinnovations/cloud_orchestrator:5.x-dev cloud_orchestrator
cd /var/www && composer create-project docomoinnovations/cloud_orchestrator:6.x-dev cloud_orchestrator
# Re-write the pre-defined "${DRUPAL_COMPOSER_ROOT}" directory.
export DRUPAL_COMPOSER_ROOT='/var/www/cloud_orchestrator'
......@@ -196,7 +196,7 @@ services:
export DRUPAL_DOCROOT="${DRUPAL_COMPOSER_ROOT}/docroot"
# Delete and re-check out this branch in case this is built from a Base Preview.
git checkout 5.x && git branch -D "${TUGBOAT_REPO_ID}" && git checkout -b "${TUGBOAT_REPO_ID}" || true
git checkout 6.x && git branch -D "${TUGBOAT_REPO_ID}" && git checkout -b "${TUGBOAT_REPO_ID}" || true
# Copy the the git branch to "${DRUPAL_DCROOT}/profiles/contrib/cloud_orchestrator".
rm -fr "${DRUPAL_DOCROOT}/profiles/contrib/cloud_orchestrator"
......
name: Cloud Orchestrator
type: profile
description: 'Cloud Orchestrator Drupal distribution.'
core_version_requirement: ^9.3
core_version_requirement: ^9.5 || ^10
distribution:
name: Cloud Orchestrator
install:
theme: seven
theme: claro
install:
- node
- block_content
......@@ -14,7 +14,6 @@ install:
- contextual
- menu_link_content
- datetime
- quickedit
- editor
- help
- history
......@@ -39,12 +38,14 @@ install:
- login_destination
- ctools
- cloud_orchestrator_tour
- page_load_progress
- geocoder
- aws_cloud
- k8s
- openstack
- terraform
- vmware
themes:
- seven
- claro
- bootstrap_cloud
- bootstrap5
- rigel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment