Commit 914fd003 authored by Joe Hause's avatar Joe Hause

Full path to conda

parent 01af646d
Pipeline #147 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