Ejegg has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/378790 )
Change subject: Try also setting CIVI_EXT_URL ...................................................................... Try also setting CIVI_EXT_URL Change-Id: I60edda22da2146fa7002217c40d14051380f1a74 --- M bin/ci-populate-dbs.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm refs/changes/90/378790/1 diff --git a/bin/ci-populate-dbs.sh b/bin/ci-populate-dbs.sh index ea201cd..c7b051e 100755 --- a/bin/ci-populate-dbs.sh +++ b/bin/ci-populate-dbs.sh @@ -29,5 +29,6 @@ ln -s "$WORKSPACE"/src/wikimedia/fundraising/crm "$WORKSPACE"/src/wikimedia/fundraising/civicrm-buildkit/build/wmff export CIVI_EXT_DIR="$WORKSPACE/src/wikimedia/fundraising/crm/sites/default/civicrm/extensions" +export CIVI_EXT_URL="http://localhost:7979/civicrm/" # doesn't really matter, just need something "$WORKSPACE"/src/wikimedia/fundraising/civicrm-buildkit/bin/civibuild reinstall wmff -- To view, visit https://gerrit.wikimedia.org/r/378790 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I60edda22da2146fa7002217c40d14051380f1a74 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/crm Gerrit-Branch: master Gerrit-Owner: Ejegg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
