Commit f1335a17 authored by Rane Squires's avatar Rane Squires

Merge branch 'development' into 'master'

Remove environment line from setupbioinformatics

See merge request !20
parents 9cfb85de 264b0586
Pipeline #165 failed with stages
......@@ -58,7 +58,6 @@ class anaconda::environments {
exec { 'setupbioinformatics':
unless => "conda env list | grep -q '/opt/anaconda/envs/bioinformatics'",
command => 'conda env create -f /opt/envs/bioinformatics.yml',
environment => ["SHELL=/bin/bash"],
require => File['/opt/envs/bioinformatics.yml'],
path => ['/bin','/opt/anaconda/bin']
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment