mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
DL expected files validation - added 'targets' to args to push to publish job
This commit is contained in:
parent
5ed11bcb92
commit
3fd5d3cfdf
1 changed files with 2 additions and 1 deletions
|
|
@ -231,7 +231,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
|
||||
args = [
|
||||
'publish',
|
||||
roothless_metadata_path
|
||||
roothless_metadata_path,
|
||||
"--targets {}".format("deadline")
|
||||
]
|
||||
|
||||
# Generate the payload for Deadline submission
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue