|move_rules | Type: `list` <br/>**Required** |You need to specify how individual items from an asset should be moved to the system. Privide a list of rules. Each rule should specify `src_regex` and `dst`, and could specify `mode`, `owner`, `group`. An asset can be a single file, or an archive (`.zip`, `.tar.gz`, ...). When asset is an archive, you select by `src_regex` some paths (directories or files) relative to archive root, and they will move to `dst`. Even if the asset is just a single file (not an archive), you should specify a rule to move that file (`src_regex` can be any regex mathing file name, e.g. `.*`).|
0 commit comments