Skip to content

Commit

Permalink
pipeline: add dependson
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulo Valenzuela committed Jan 9, 2025
1 parent 1b3290e commit 3420075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure/azure-pipelines.ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ extends:
nodeVersion: 18.x

- job: build_push
dependsOn: sonarqube
dependsOn:
- sonarqube
- test
displayName: 'Build and Push image'
steps:
- template: /templates/docker/push.yml@stratus-templates
Expand Down

0 comments on commit 3420075

Please sign in to comment.