This commit is contained in:
Shreyas Goenka 2025-01-16 13:31:36 +01:00
parent 58aca2a058
commit ba3a36ea0d
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ func Initialize() bundle.Mutator {
"workspace",
"variables",
),
mutator.ResolveVariableReferences(
"bundle",
"workspace",
"variables",
),
mutator.MergeJobClusters(),
mutator.MergeJobParameters(),