Skip to content

Commit

Permalink
amend acceptance tests checks (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ferrarij authored Feb 28, 2023
1 parent 3b184c8 commit 1c4ed50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.sds.master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ stages:
# Run Acceptance Tests on Staging. ######
- stage: Run_Acceptance_Tests
displayName: "Run Acceptance Tests"
dependsOn: Helm
dependsOn:
- Helm
- Docker_Build_Push
variables:
- name: fullImageName
value: $[ stageDependencies.Docker_Build_Push.Docker_Build.outputs['pushImage.fullImageName'] ]
Expand Down

0 comments on commit 1c4ed50

Please sign in to comment.