From 624cee924dba191746307714966baf8dfdebfb98 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 9 Feb 2018 20:15:33 +0100
Subject: [PATCH] try wit quotes

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

diff --git a/gitlab/build.sh b/gitlab/build.sh
index 3be7f26..c93f4ab 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -30,4 +30,4 @@ run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-file
 run_cmd rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2
 
 # run git clean to clean everything that is not needed
-run_cmd git clean -ffdx --exclude=miniconda.sh --exclude=${CONDA_ROOT}/pkgs/*.tar.bz2 --exclude=${CONDA_ROOT}/pkgs/urls.txt --exclude=_ci --exclude=${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2 --exclude=${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2 --exclude=dist/*.zip --exclude=sphinx
+run_cmd git clean -ffdx --exclude=miniconda.sh --exclude="${CONDA_ROOT}/pkgs/*.tar.bz2" --exclude=${CONDA_ROOT}/pkgs/urls.txt --exclude=_ci --exclude="${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2" --exclude="${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2" --exclude="dist/*.zip" --exclude=sphinx
-- 
GitLab