fix: Extract value from ConfigNode before storing it

This commit is contained in:
Tomas Aschan 2025-01-29 15:00:41 +01:00 committed by yliao
parent 4c7757b1a7
commit c665cab8e4

View File

@ -54,7 +54,7 @@ class ExecProvider(object):
additional_vars[name] = value
self.env.update(additional_vars)
if exec_config.safe_get('provideClusterInfo'):
self.cluster = cluster
self.cluster = cluster.value
else:
self.cluster = None
self.cwd = cwd or None