fix: Extract value from ConfigNode before storing it

This commit is contained in:
Tomas Aschan 2025-01-29 15:00:41 +01:00
parent df1b0c156f
commit f64be15641
No known key found for this signature in database
GPG Key ID: F996E805D1ED84D9

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