Actions
Bug #16446
closedTechnique resource are not copied to the correct path
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
They are put in a path prefixed by "$", see the metadata.xml part below:
<FILES> <FILE name="RUDDER_CONFIGURATION_REPOSITORY/techniques/ncf_techniques/oui/1.0/technique.cf"> <INCLUDED>true</INCLUDED> </FILE> <FILE name="RUDDER_CONFIGURATION_REPOSITORY/techniques/ncf_techniques/oui/1.0/resources/Ensure_sysctl_key_value_IPV6.json"> <INCLUDED>false</INCLUDED> <OUTPATH>$oui/$1.0/resources/$Ensure_sysctl_key_value_IPV6.json</OUTPATH> </FILE> </FILES>
Actions