Skip to content

Commit

Permalink
Merge pull request #417 from KTH/add-dependson
Browse files Browse the repository at this point in the history
pipeline: add dependson
  • Loading branch information
Saulopv authored Jan 9, 2025
2 parents ba3af4a + 3420075 commit 4cb763d
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 4cb763d

Please sign in to comment.