Skip to content

Commit 802337a

Browse files
author
Evans Aboge (from Dev Box)
committed
Fix: Depend on previous stage
1 parent 712efcd commit 802337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ extends:
165165

166166
- stage: PushDockerImageToRegistry
167167
condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview')))
168-
dependsOn: []
168+
dependsOn: stage
169169
displayName: 'Push docker image'
170170
jobs:
171171
- job: PushDockerImage

0 commit comments

Comments
 (0)