From 7a782b0494b3566f8fb441a64e16efa3965b7b2b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Oct 2019 19:08:27 +0300 Subject: Add support for environment task manifest value --- mod/mod-build-task.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 81e9a6a..9f97098 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -223,6 +223,7 @@ handle (request& rq, response& rs) move (fp), cm.machine->name, cm.config->target, + cm.config->environment, cm.config->args, cm.config->warning_regexes); -- cgit v1.1