lib/helper-run-class.rb in canzea-0.1.96 vs lib/helper-run-class.rb in canzea-0.1.97
- old
+ new
@@ -45,9 +45,12 @@
r = RunnerWorker.new
ENV['CATALOG_LOCATION'] = "#{@basePath}";
+ ENV['ES_SOLUTION'] = solution;
+ ENV['ES_ACTION'] = action;
+
parameters = Template.new.processString(parameters, {})
if (type == "ruby")
cmd = "ruby #{@basePath}/helpers/#{solution}/#{action}.rb '#{parameters}'"
else