From 3be95164b47bc3160219f94d90f64742be05624d Mon Sep 17 00:00:00 2001 From: drotheram Date: Mon, 4 Oct 2021 15:54:23 -0700 Subject: [PATCH] main branch of model-factory --- python/add_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/add_data.sh b/python/add_data.sh index da2456a5..cdc6b485 100755 --- a/python/add_data.sh +++ b/python/add_data.sh @@ -385,7 +385,7 @@ read_github_token() { # from the OpenDRR/model-factory repository get_model_factory_scripts() { # TODO: Make this more robust - RUN git clone https://github.com/OpenDRR/model-factory.git --branch update_hexbin_and_dsra_source --depth 1 || (cd model-factory ; RUN git pull) + RUN git clone https://github.com/OpenDRR/model-factory.git --depth 1 || (cd model-factory ; RUN git pull) # Copy model-factory scripts to working directory # TODO: Find ways to keep these scripts in their place without copying them all to WORKDIR