|
@@ -30,11 +30,11 @@
|
|
|
<${ param['type'] }>${ param['value'] }</${ param['type'] }>
|
|
<${ param['type'] }>${ param['value'] }</${ param['type'] }>
|
|
|
% endfor
|
|
% endfor
|
|
|
|
|
|
|
|
|
|
+ ${ common.distributed_cache(node.get_files(), node.get_archives()) }
|
|
|
|
|
+
|
|
|
% if node.capture_output:
|
|
% if node.capture_output:
|
|
|
<capture-output/>
|
|
<capture-output/>
|
|
|
% endif
|
|
% endif
|
|
|
-
|
|
|
|
|
- ${ common.distributed_cache(node.get_files(), node.get_archives()) }
|
|
|
|
|
</shell>
|
|
</shell>
|
|
|
<ok to="${ node.get_child('ok') }"/>
|
|
<ok to="${ node.get_child('ok') }"/>
|
|
|
<error to="${ node.get_child('error') }"/>
|
|
<error to="${ node.get_child('error') }"/>
|