Skip to content

Commit

Permalink
Merge pull request #490 from broadinstitute/ct-easy-deploy-correction
Browse files Browse the repository at this point in the history
easy-deploy: pin conda-build; remove debug lines
  • Loading branch information
tomkinsc committed Sep 16, 2016
2 parents 10c4cec + e04e794 commit 1ffc742
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions easy-deploy-script/easy-deploy-viral-ngs.sh
Expand Up @@ -148,7 +148,7 @@ function install_miniconda(){
if [ -d "$MINICONDA_PATH/bin" ]; then
prepend_miniconda
conda install -q -y conda==4.0.10
conda install -q -y conda-build>=1.7.1
conda install -q -y conda-build==1.7.1
else
echo "It looks like the Miniconda installation failed"
exit 1
Expand Down Expand Up @@ -320,9 +320,6 @@ else
echo "$VIRAL_CONDA_ENV_PATH/ already exists. Skipping conda env setup."
fi

echo "exiting.....$1"
exit 0

activate_env

symlink_viral_ngs
Expand Down

0 comments on commit 1ffc742

Please sign in to comment.