jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/350012 )
Change subject: Use : after host in mysql dsn
......................................................................
Use : after host in mysql dsn
Make it match the canonical pattern generated by amp
Change-Id: Ic0a5704d5eccc05dff57f88d114e84327d641e30
---
M bin/ci-populate-dbs.sh
1 file changed, 1 insertion(+), 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 081788d..9e37dd0 100755
--- a/bin/ci-populate-dbs.sh
+++ b/bin/ci-populate-dbs.sh
@@ -5,7 +5,7 @@
echo "Populating databases with the prefix '${CIVICRM_SCHEMA_PREFIX}'"
-export
PRECREATED_DSN_PATTERN="mysql://${CIVICRM_MYSQL_USERNAME}:${CIVICRM_MYSQL_PASSWORD}@${CIVICRM_MYSQL_CLIENT}/${CIVICRM_SCHEMA_PREFIX}{{db_seq}}"
+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
--
To view, visit https://gerrit.wikimedia.org/r/350012
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0a5704d5eccc05dff57f88d114e84327d641e30
Gerrit-PatchSet: 1
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