From 91abd0f20748d6eb8e63bae7c88ce34b1e24ee31 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 6 Dec 2016 16:15:33 +0100 Subject: [PATCH] update conda-smithy before updating the feedstock --- gitlab/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 34b1ca2..1a8c120 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -55,5 +55,6 @@ condaforge_packages=("bob" \ "bob.db.iris") if contains_element ${CI_PROJECT_NAME} "${condaforge_packages[@]}"; then + run_cmd ${CONDA_FOLDER}/bin/conda update -n root --yes conda-smithy run_cmd ${CONDA_FOLDER}/bin/python _ci/update_feedstock.py ${CI_PROJECT_NAME} fi -- GitLab