lib/helper-run-class.rb in canzea-0.1.24 vs lib/helper-run-class.rb in canzea-0.1.25
- old
+ new
@@ -33,9 +33,11 @@
envPush.addToEnv "#{envScript}"
end
r = RunnerWorker.new
+ ENV['CATALOG_LOCATION'] = "#{@basePath}";
+
if (type == "ruby")
cmd = "ruby #{@basePath}/helpers/#{solution}/#{action}.rb '#{parameters}'"
else
cmd = "#{@basePath}/helpers/#{solution}/#{action}.sh \"#{parameters}\""
end