Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #101 from pypeclub/feature/2_0_656-optionally-add-…
Browse files Browse the repository at this point in the history
…task-to-subset-name

Optionally add task to subset name
  • Loading branch information
mkolar authored Mar 3, 2021
2 parents 3c216b3 + f816faa commit d798353
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions presets/tools/creator_subset_name_profiles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"families": [],
"hosts": [],
"tasks": [],
"template": "{family}{Variant}"
},
{
"families": ["render"],
"hosts": [],
"tasks": [],
"template": "{family}{Task}{Variant}"
}
]

0 comments on commit d798353

Please sign in to comment.