Skip to content

Commit

Permalink
reference v.1.4.3 model-factory release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhchow committed Jul 11, 2022
1 parent 159f801 commit 23cf56c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/add_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,14 +456,14 @@ read_github_token() {
# from the OpenDRR/model-factory repository
get_model_factory_scripts() {
# TODO: Make this more robust
# curl -L -o model-factory.tar.gz https://github.com/OpenDRR/model-factory/archive/refs/tags/v1.4.2.tar.gz
# tar -xf model-factory.tar.gz
RUN git clone https://github.com/OpenDRR/model-factory.git --branch updates_june2022 --depth 1 || (cd model-factory ; RUN git pull)
curl -L -o model-factory.tar.gz https://github.com/OpenDRR/model-factory/archive/refs/tags/v1.4.3.tar.gz
tar -xf model-factory.tar.gz
# RUN git clone https://github.com/OpenDRR/model-factory.git --branch updates_june2022 --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
# RUN cp model-factory-1.4.2/scripts/*.* .
RUN cp model-factory/scripts/*.* .
RUN cp model-factory-1.4.3/scripts/*.* .
# RUN cp model-factory/scripts/*.* .
#rm -rf model-factory
}

Expand Down

0 comments on commit 23cf56c

Please sign in to comment.