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-interactioncd examplecomposer require --dev "palantirnet/the-build:dev-TECH-35-pantheon-install".ddev/config.yamland changenametotech35docroot,webserver_type, andmariadb_version/mysql_version).ddev startvendor/bin/the-build-installertech35as the project machine name.https://tech35.ddev.siteas the Drupal URI.pantheonas the target platform.settings.ddev.phpis not copied this time, because it already exists in the old Drupal root.Remaining tasks
.circleci/config.ymldrupal-first-installuntil there is a stable release that supports Drupal 10: https://github.com/palantirnet/the-build/blob/TECH-35-pantheon-install/targets/drupal.xml#L278