Skip to content

Commit

Permalink
Merge pull request #176 from OpenDRR/update_dsra_feb2022
Browse files Browse the repository at this point in the history
Update dsra feb2022
  • Loading branch information
wkhchow authored Feb 18, 2022
2 parents 3d81ba8 + 77837c9 commit 53e7f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/add_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@ 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.3.2.tar.gz
curl -L -o model-factory.tar.gz https://github.com/OpenDRR/model-factory/archive/refs/tags/v1.3.3.tar.gz
tar -xf model-factory.tar.gz

# 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.3.2/scripts/*.* .
RUN cp model-factory-1.3.3/scripts/*.* .
#rm -rf model-factory
}

Expand Down

0 comments on commit 53e7f94

Please sign in to comment.