From b4b5939878e867b101db667a9f6d0d7eb20e003c Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Sun, 28 Apr 2024 15:00:03 +0300 Subject: [PATCH] Issue #3442343: Add Varbase Demo module to the list of Varbase Recipes as the Extra Components installation step --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37bfb0a9..d9d95ae8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -186,11 +186,9 @@ commands: mysql -h 127.0.0.1 -uroot -prootpw --execute="DROP DATABASE IF EXISTS test_varbase;" -vvv mysql -h 127.0.0.1 -uroot -prootpw --execute="CREATE DATABASE test_varbase;" -vvv cd /var/www/html/test/varbase/docroot - ../bin/drush site-install varbase --yes --account-name="webmaster" --account-pass="dD.123123ddd" --account-mail="webmaster@vardot.com" --db-url="mysql://root:rootpw@127.0.0.1/test_varbase" --locale="en" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.editoria11y=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true install_configure_form.enable_update_status_emails=NULL -vvv + ../bin/drush site-install varbase --yes --account-name="webmaster" --account-pass="dD.123123ddd" --account-mail="webmaster@vardot.com" --db-url="mysql://root:rootpw@127.0.0.1/test_varbase" --locale="en" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.varbase_demo=false varbase_extra_components.editoria11y=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true varbase_extra_components.varbase_ai=true varbase_extra_components.varbase_api=true install_configure_form.enable_update_status_emails=NULL -vvv ../bin/drush pm:enable varbase_development --yes ../bin/drush pm:enable varbase_landing --yes - ../bin/drush pm:enable varbase_api --yes - ../bin/drush pm:enable varbase_ai --yes ../bin/drush pm:enable varbase_content_planner --yes ../bin/drush pm:enable varbase_media_instagram --yes ../bin/drush pm:enable varbase_media_twitter --yes @@ -199,7 +197,7 @@ commands: ../bin/drush pm:enable social_auth_linkedin --yes ../bin/drush pm:enable varbase_update_helper --yes ../bin/drush cache:rebuild - ## Set the API key and org for OpenAI. + echo "Set the API key and org for OpenAI." openai_api_key="sk-change-this" openai_api_org="org-change-this" ../bin/drush -y config:set openai.settings api_key ${openai_api_key};