From f1814de96ed7f7b26fc323200cbb1346dc5d1311 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Wed, 28 Jun 2023 18:11:22 +0100 Subject: [PATCH] Update schematic_config.yml to use main branch for staging --- schematic_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schematic_config.yml b/schematic_config.yml index 30395f6a..c15fcbbf 100644 --- a/schematic_config.yml +++ b/schematic_config.yml @@ -28,9 +28,9 @@ manifest: model: input: # Uncomment line below for staging - #download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/main/HTAN.model.jsonld' + download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/main/HTAN.model.jsonld' # Update line below for prod - download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/v23.6.2/HTAN.model.jsonld' + #download_url: 'https://raw.githubusercontent.com/ncihtan/data-models/v23.6.2/HTAN.model.jsonld' location: 'data-models/HTAN.model.jsonld' file_type: 'local'