From b8707d89575408a0d0509226cc4841a6fe5bfc8a Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Thu, 28 Sep 2023 17:36:39 +0200 Subject: [PATCH] Add gitPath to json-full --- ogc/bblocks/templates/json-full/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ogc/bblocks/templates/json-full/index.json b/ogc/bblocks/templates/json-full/index.json index a7966a0..ce9b082 100644 --- a/ogc/bblocks/templates/json-full/index.json +++ b/ogc/bblocks/templates/json-full/index.json @@ -11,5 +11,6 @@ if bblock.annotated_schema: output['annotatedSchema'] = bblock.annotated_schema_contents if git_repo: output['gitRepository'] = git_repo + output['gitPath'] = git_path %> ${json.dumps(output)} \ No newline at end of file