Skip to content

Commit

Permalink
bin/load-models -> corelle import-starter-data for Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jan 4, 2024
1 parent b5871e9 commit 8c10021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/load-models
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# Note (2024-01-04): This script has been superseded by the `corelle import-starter-data` command

if [ "$1" = "--redo" ]; then
shift
Expand Down
2 changes: 1 addition & 1 deletion bin/test-docker
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker run --rm \
--volume $(pwd)/data:/code/data \
-i corelle bash <<EOF
corelle init
bin/load-models
corelle import-starter-data
EOF

# Run the tests
Expand Down

0 comments on commit 8c10021

Please sign in to comment.