From 8d3d07050e0f4c6951b6c601395945b150775b7d Mon Sep 17 00:00:00 2001 From: Vincent Brooks <38259624+V-Brooks@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:19:35 -0500 Subject: [PATCH] Set SemanticDrilldown to specific commit before it adds sub-module This fix forces the version of SemanticDrilldown to be a specific commit and not a branch. It was tracking the "master" branch, which added a sub-module. This caused meza deploys to break due to meza-ansible not having the correct access rights to clone the sub-module properly. --- config/MezaCoreExtensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/MezaCoreExtensions.yml b/config/MezaCoreExtensions.yml index 6c4b528e..ffa9c693 100644 --- a/config/MezaCoreExtensions.yml +++ b/config/MezaCoreExtensions.yml @@ -299,7 +299,7 @@ list: - name: SemanticDrilldown repo: https://github.com/SemanticMediaWiki/SemanticDrilldown.git - version: "master" + version: "8262c2a17d5eac3db68f1cc909df92f455740a5e" legacy_load: false - name: Arrays