Commit 995513a3 authored by Joe Hause's avatar Joe Hause

Merge branch 'development' into 'master'

Full path to conda

See merge request !16
parents a718e997 914fd003
Pipeline #148 failed with stages
......@@ -8,7 +8,7 @@ class anaconda::update {
exec { 'updateconda':
command => 'conda update conda -yq',
command => '/opt/anaconda/bin/conda update conda -yq',
environment => ['SHELL=/bin/bash'],
path => ['/opt/anaconda/bin',],
provider => shell,
......
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