Skip to content

Commit

Permalink
Fixing Prod stage condition in azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JibranShaukat committed Mar 20, 2024
1 parent 629772b commit a44823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ stages:
- Build
- IST_Deploy
- UAT_Deploy
condition: and(succeeded(), eq('${{ parameters.environment }}', 'prd'))
condition: succeeded()
variables:
- name: app_version
value: $[ stageDependencies.Build.Build.outputs['Commit.VarKey'] ]
Expand Down

0 comments on commit a44823e

Please sign in to comment.