From 32e4eafbf2e80003ac9967c0664544b1d5588a88 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 9 Feb 2018 22:44:40 +0100 Subject: [PATCH] remove debug commands --- gitlab/build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index 637d63f..e1a1f8e 100755 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -29,8 +29,5 @@ 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 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 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 -- GitLab