Skip to content
Snippets Groups Projects
Commit 38fb246e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Only download files if databases are not complete already

parent 5f72a3f4
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ prepare_build_env ${CONDA_FOLDER} ${PREFIX} ...@@ -8,7 +8,7 @@ prepare_build_env ${CONDA_FOLDER} ${PREFIX}
run_cmd ./bin/buildout run_cmd ./bin/buildout
if [ -x ./bin/bob_dbmanage.py ]; then if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --force; run_cmd ./bin/bob_dbmanage.py all download --missing;
fi fi
if [ -d ./doc ]; then if [ -d ./doc ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment