From f56a8b02877c9cc8cb708413accfd00a126541db Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 10 Jan 2017 23:26:30 +0100
Subject: [PATCH] Update deploy.sh - don't need conda-smithy anymore.

---
 gitlab/deploy.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh
index f72e6c4..b8d7bd5 100755
--- a/gitlab/deploy.sh
+++ b/gitlab/deploy.sh
@@ -55,6 +55,5 @@ 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