From d143254dc299d2d906f9eb2174afc91cdec48295 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 10 Jan 2019 12:42:49 +0100
Subject: [PATCH] [ci] Remove empty run_cmd call

---
 ci/bootstrap.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/bootstrap.sh b/ci/bootstrap.sh
index c08f77da..56e1304c 100755
--- a/ci/bootstrap.sh
+++ b/ci/bootstrap.sh
@@ -147,7 +147,6 @@ else
   log_error "The value '${1}' is not currently supported"
   exit 1
 fi
-run_cmd
 
 # cleans up
 run_cmd ${CONDA_ROOT}/bin/conda clean --lock
-- 
GitLab