Skip to content

Commit

Permalink
change deploy to dev clusters dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner committed Oct 19, 2023
1 parent 2891b01 commit 0146f1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,9 @@ jobs:
condition: and(eq(variables.IS_PR, false), eq(variables.IS_MAIN_BRANCH, true))
dependsOn:
- Common
- Chart
- Linux
- WindowsMultiArch
- ARC_Chart
variables:
HELM_CHART_NAME: $[ dependencies.common.outputs['setup.HELM_CHART_NAME'] ]
HELM_SEMVER: $[ dependencies.common.outputs['setup.SEMVER'] ]
Expand Down

0 comments on commit 0146f1d

Please sign in to comment.