From 4142227b0ba5943da5bca8ddfbe5d5f52d09f004 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 12:18:35 +0200 Subject: [PATCH] Do not attempt to clean lock after build (only before) --- gitlab/before_build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index f472afc..0535c43 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -21,7 +21,6 @@ if [ ! -d ${PREFIX} ]; then if [ "${ARCH}" == "macosx" ] && [ -e "${PREFIX}/lib/libjpeg.8.dylib" ]; then run_cmd install_name_tool -id @rpath/libjpeg.8.dylib ${PREFIX}/lib/libjpeg.8.dylib fi - run_cmd ${CONDA_FOLDER}/bin/conda clean --lock else log_warn "Prefix directory ${PREFIX} exists, not re-installing..." fi -- GitLab