Skip to content

Commit

Permalink
keep filling 'AYON_DEFAULT_SETTINGS_VARIANT' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 7, 2025
1 parent cdf7af6 commit ccd5e44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def process(self, context):
"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:
Expand Down

0 comments on commit ccd5e44

Please sign in to comment.