From 5fa01ef488155c1e4bca38698e8efddfd2962f8f Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 21 Jun 2021 19:46:39 -0400 Subject: [PATCH] force the right path --- .github/workflows/regen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 7d41ccb12c..33a041f382 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -81,6 +81,8 @@ jobs: php GenCode.php cd .. $GITHUB_WORKSPACE/civicrm-cv/bin/cv core:install --cms-base-url=http://civi.localhost + # In this environment in this particular repo, we are under a workspace folder that contains the literal "civicrm-core" in the path, which makes civicrm.config.php think we are a composer install, so it gets the paths wrong. + echo ' settings_location.php - name: regen run: | cd $GITHUB_WORKSPACE/drupal/sites/all/modules/civicrm/bin -- 2.25.1