Skip to content
Snippets Groups Projects
Commit 624cee92 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

try wit quotes

parent 2f2e69f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment