From 38fb246ebc7b1b22125c38c82dfc9c216acd31b4 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 14 Feb 2017 14:16:17 +0100
Subject: [PATCH] Only download files if databases are not complete already

---
 gitlab/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/build.sh b/gitlab/build.sh
index fb300c9..1c6ec16 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -8,7 +8,7 @@ prepare_build_env ${CONDA_FOLDER} ${PREFIX}
 run_cmd ./bin/buildout
 
 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
 
 if [ -d ./doc ]; then
-- 
GitLab