xenadmin/mk/hotfix-map.json
Mihaela Stoica de31b24242 DO-3700: Add an exclude pattern to the hotfix-map file spec
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2018-04-26 16:00:44 +01:00

12 lines
257 B
JSON

{
"files": [
{
"pattern": "builds/xs/hotfixes/@BRANCH@/(*)",
"target": "xenadmin.git/Branding/Hotfixes/{1}",
"flat": "true",
"recursive": "true",
"regexp": "true",
"excludePatterns": ["*.sha256"]
}
]
}