Skip to content

Commit

Permalink
Fixed stage dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Dec 20, 2024
1 parent c9de8e4 commit 2cc883c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ stages:
artifactRunId: ''
- stage: java_deploy
displayName: Deploy Java
#dependsOn:
#- container_build
#- docs_build
dependsOn:
- container_build
- docs_build
#condition: and(succeeded(), or(eq(variables['build.sourceBranch'], 'refs/heads/main'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-')))
jobs:
- template: 'templates/jobs/deploy_java.yaml'
Expand Down

0 comments on commit 2cc883c

Please sign in to comment.