jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349357 )
Change subject: Fix civibuild options for updated amp ...................................................................... Fix civibuild options for updated amp Depends on amp pull request https://github.com/amp-cli/amp/pull/46 Change-Id: I87d66b3bf8a28814b2f69bd7b52739fd2f7462ef --- M bin/ci-populate-dbs.sh 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Ejegg: Looks good to me, approved diff --git a/bin/ci-populate-dbs.sh b/bin/ci-populate-dbs.sh index 7969422..081788d 100755 --- a/bin/ci-populate-dbs.sh +++ b/bin/ci-populate-dbs.sh @@ -7,13 +7,14 @@ export PRECREATED_DSN_PATTERN="mysql://${CIVICRM_MYSQL_USERNAME}:${CIVICRM_MYSQL_PASSWORD}@${CIVICRM_MYSQL_CLIENT}/${CIVICRM_SCHEMA_PREFIX}{{db_seq}}" export AMPHOME="${WORKSPACE}/.amp-${BUILD_NUMBER}" +export NO_SAMPLE_DATA=1 #FIXME: --web-root="$WORKSPACE/src/crm" $WORKSPACE/src/wikimedia/fundraising/civicrm-buildkit/bin/civi-download-tools $WORKSPACE/src/wikimedia/fundraising/civicrm-buildkit/bin/amp config:set \ - --mysql_type=precreated \ + --db_type=mysql_precreated \ --httpd_type=none \ --perm_type=none -- To view, visit https://gerrit.wikimedia.org/r/349357 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I87d66b3bf8a28814b2f69bd7b52739fd2f7462ef Gerrit-PatchSet: 4 Gerrit-Project: wikimedia/fundraising/crm Gerrit-Branch: master Gerrit-Owner: Ejegg <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
