We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350f303 commit 267114dCopy full SHA for 267114d
workflow/workflow_engine.py
@@ -679,14 +679,6 @@ def _prepare_step(
679
value = f"{p_i_dir}/{value}"
680
prime_variables[connector.out] = value
681
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
-
690
# Our step's prime variables are now set.
691
692
# Before we return these to the caller do we have enough
0 commit comments