Commit 25050210 authored by Rane Squires's avatar Rane Squires

Fix setbioinformaticschannels command

parent ed71c2b5
Pipeline #100 canceled with stages
......@@ -56,7 +56,7 @@ class anaconda::environments {
}
exec {'setbioinformaticschannels':
command => 'conda config --add channels defaults,bioconda,conda-forge'
command => 'conda config --add channels defaults && conda config --add channels bioconda && conda config --add channels conda-forge'
require => File['/opt/envs/bioinformatics.yml']
path => ['/bin','/opt/miniconda/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