Skip to content

Commit

Permalink
main branch of model-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
drotheram committed Oct 4, 2021
1 parent 8687e64 commit 3be9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/add_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3be9516

Please sign in to comment.