Skip to content

Commit

Permalink
Merge pull request #1073 from ynput/bugfix/add-host-name-to-farm-envs
Browse files Browse the repository at this point in the history
Chore: Set host name environment variable for farm jobs
  • Loading branch information
iLLiCiTiT authored Jan 10, 2025
2 parents b664bcb + eec30ca commit b001a4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def process(self, context):
# NOTE we should use 'context.data["user"]' but that has higher
# order.
("AYON_USERNAME", get_ayon_username()),
("AYON_HOST_NAME", context.data["hostName"]),
):
if value:
self.log.debug(f"Setting job env: {key}: {value}")
Expand Down

0 comments on commit b001a4c

Please sign in to comment.