-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tech 35 pantheon install #210
Conversation
I don't know why the test is failing -- perhaps composer cache on CircleCI? This fixes the Pantheon install problem, but I still get this (non-fatal) error:
|
@agentrickard it looks like we need to update the version of Since the contrib modules are installed by the-build during |
The Build doesn't specify version numbers in The alternative would be to temporarily remove Config Ignore until there is a stable release for Drupal 10. |
The |
I confirmed the I confirmed that the To move forward, we should:
|
…upal 10, and I'll make my commit messages as long as I want, GitHub; thank you very much
I tested this again from scratch with the testing steps I added to the description and still got the following error: I wasn't able to run the installer without starting DDEV first, because the installer relies on DDEV to check for a database connection and run the first Drupal install. I think the change to |
If I wait to |
@agentrickard I believe the issue is here: Lines 147 to 148 in 035f000
When we set the |
@agentrickard The update I made to the installer works for me. I updated the testing steps in the description for what to verify. |
Testing steps
composer create-project palantirnet/drupal-skeleton example dev-develop --no-interaction
cd example
composer require --dev "palantirnet/the-build:dev-TECH-35-pantheon-install"
.ddev/config.yaml
and changename
totech35
docroot
,webserver_type
, andmariadb_version
/mysql_version
).ddev start
vendor/bin/the-build-installer
tech35
as the project machine name.https://tech35.ddev.site
as the Drupal URI.pantheon
as the target platform.settings.ddev.php
is not copied this time, because it already exists in the old Drupal root.Remaining tasks
.circleci/config.yml
drupal-first-install
until there is a stable release that supports Drupal 10: https://github.com/palantirnet/the-build/blob/TECH-35-pantheon-install/targets/drupal.xml#L278