From 656da629f33333189206225c5d88ec84f66eb119 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 26 Apr 2017 11:32:45 +0200 Subject: [PATCH] Closes #47 --- gitlab/before_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/before_deploy.sh b/gitlab/before_deploy.sh index 1f12ae8..895ac54 100755 --- a/gitlab/before_deploy.sh +++ b/gitlab/before_deploy.sh @@ -5,6 +5,8 @@ source $(dirname ${0})/functions.sh run_cmd $(dirname ${0})/before_test.sh +prepare_build_env ${CONDA_FOLDER} ${PREFIX} + # setup database locally and run `bob_dbmanage.py all download` # if this is a database package - need auxiliary file for package if [[ ${CI_PROJECT_NAME} == bob.db.* ]]; then -- GitLab