From: demeritcowboy Date: Mon, 21 Jun 2021 23:46:39 +0000 (-0400) Subject: force the right path X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5fa01ef488155c1e4bca38698e8efddfd2962f8f;p=civicrm-core.git force the right path --- 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