Skip to content

Commit 267114d

Browse files
author
Alan Christie
committed
fix: Combiners no longer get built-in variables automatically
1 parent 350f303 commit 267114d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

workflow/workflow_engine.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -679,14 +679,6 @@ def _prepare_step(
679679
value = f"{p_i_dir}/{value}"
680680
prime_variables[connector.out] = value
681681

682-
# Combiner's automatically get the 'instance-link-glob' pre-defined variable.
683-
# It's injected into the step variables as the _INSTANCE_LINK_GLOB_VARIABLE,
684-
# which the combiner is expected to handle.
685-
if we_are_a_combiner:
686-
prime_variables[_INSTANCE_LINK_GLOB_VARIABLE] = self._predefined_variables[
687-
"instance-link-glob"
688-
]
689-
690682
# Our step's prime variables are now set.
691683

692684
# Before we return these to the caller do we have enough

0 commit comments

Comments
 (0)