mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
parent
fa879c9beb
commit
2839e775e4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import tempfile
|
||||
|
|
@ -341,7 +342,7 @@ def inject_openpype_environment(deadlinePlugin):
|
|||
"app": job.GetJobEnvironmentKeyValue("AVALON_APP_NAME"),
|
||||
"envgroup": "farm"
|
||||
}
|
||||
|
||||
|
||||
if job.GetJobEnvironmentKeyValue('IS_TEST'):
|
||||
args.append("--automatic-tests")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue