-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-6.0, NXP-7.x, NXP-8.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Sprint:nxsupport 9.3.1
-
Story Points:1
The related error may come from this line:
getTemplateFiles | xargs -L1 dirname | sed '/\(templates\|templates-tomcat\)$/d' | getTemplatesRelativePath | sort -u
On Linuces, the -r is necessary to avoid calling commands with no arguments.
Need to reproduce