Skip to content

Commit

Permalink
Fix duplicate stage names
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickRe committed Aug 8, 2023
1 parent 5c10927 commit 51e6292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managedimage-cleanup-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:
default: .

stages:
- stage: create_gallery_imagevm
- stage: delete_gallery_imagevm
displayName: 'Delete Gallery Image Version VM'
condition: eq('${{ parameters.delete_type }}', 'galleryvm')
jobs:
Expand All @@ -35,7 +35,7 @@ stages:
repository_base_path: ${{ parameters.repository_base_path }}
gallery_threshold: ${{ parameters.gallery_threshold }}

- stage: create_gallery_imagevm
- stage: delete_vmss_imagevm
displayName: 'Delete orphaned Managed Images'
condition: eq('${{ parameters.delete_type }}', 'vmss')
jobs:
Expand Down

0 comments on commit 51e6292

Please sign in to comment.