Skip to content

Commit

Permalink
Add missing generate_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Oct 23, 2023
1 parent a93f8d4 commit af8daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3756,7 +3756,7 @@ stages:
- stage: throughput
condition: and(succeeded(), eq(variables.isMainRepository, true))
dependsOn: [package_linux, package_arm64, build_windows_tracer, merge_commit_id]
dependsOn: [package_linux, package_arm64, build_windows_tracer, generate_variables, merge_commit_id]
variables:
targetShaId: $[ stageDependencies.merge_commit_id.fetch.outputs['set_sha.sha']]
targetBranch: $[ stageDependencies.merge_commit_id.fetch.outputs['set_sha.branch']]
Expand Down

0 comments on commit af8daac

Please sign in to comment.