From 144a62e9a049ee14b135fd9fbc0197034091565c Mon Sep 17 00:00:00 2001 From: Sergei Evdokimov Date: Mon, 28 Nov 2016 15:06:57 +0100 Subject: [PATCH] Do not delete conda's bin folder --- bin/steps/conda_compile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/steps/conda_compile b/bin/steps/conda_compile index 6cea2298..9949e24e 100755 --- a/bin/steps/conda_compile +++ b/bin/steps/conda_compile @@ -21,6 +21,5 @@ fi # Clean up the installation environment . conda clean -pt --yes > /dev/null rm -rf $HOME/.cache -rm -rf $HOME/.heroku/miniconda/bin rm -rf $HOME/.heroku/miniconda/include rm -rf $HOME/.heroku/miniconda/pkgs