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

See which git is running

parent 837faab1
No related branches found
No related tags found
No related merge requests found
...@@ -29,5 +29,8 @@ run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-file ...@@ -29,5 +29,8 @@ run_cmd ${CONDA_ROOT}/bin/conda build --no-anaconda-upload --variant-config-file
# over and over. See https://gitlab.idiap.ch/bob/bob.admin/issues/65 # over and over. See https://gitlab.idiap.ch/bob/bob.admin/issues/65
run_cmd rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2 run_cmd rm -rf ${CONDA_ROOT}/pkgs/bob*.tar.bz2
# see which git is running
run_cmd which git
run_cmd git --version
# run git clean to clean everything that is not needed # run git clean to clean everything that is not needed
git clean -ffdx --exclude=miniconda.sh --exclude="miniconda/pkgs/*.tar.bz2" --exclude=miniconda/pkgs/urls.txt --exclude=_ci --exclude="miniconda/conda-bld/linux-64/*.tar.bz2" --exclude="miniconda/conda-bld/osx-64/*.tar.bz2" --exclude="dist/*.zip" --exclude=sphinx git clean -ffdx --exclude=miniconda.sh --exclude="miniconda/pkgs/*.tar.bz2" --exclude=miniconda/pkgs/urls.txt --exclude=_ci --exclude="miniconda/conda-bld/linux-64/*.tar.bz2" --exclude="miniconda/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