mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
keep filling 'AYON_DEFAULT_SETTINGS_VARIANT' for now
This commit is contained in:
parent
cdf7af65bf
commit
ccd5e44784
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ class CollectCoreJobEnvVars(pyblish.api.ContextPlugin):
|
|||
"AYON_IN_TESTS",
|
||||
# NOTE Not sure why workdir is needed?
|
||||
"AYON_WORKDIR",
|
||||
# DEPRECATED remove when deadline stops using it (added in 1.1.1)
|
||||
"AYON_DEFAULT_SETTINGS_VARIANT",
|
||||
]:
|
||||
value = os.getenv(key)
|
||||
if value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue