We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b55f64 + b396b37 commit 18da4f4Copy full SHA for 18da4f4
images/capi/packer/azure/.pipelines/promote-sig.yaml
@@ -14,7 +14,16 @@
14
# - SIG_OFFER - the name of the offer to attach to image definitions, defaults to `reference-images`
15
16
jobs:
17
+- deployment: approve_promotion
18
+ displayName: 'Approve Image Promotion'
19
+ environment: 'image-promotion-approval'
20
+ strategy:
21
+ runOnce:
22
+ deploy:
23
+ steps:
24
+ - script: echo "Approved for promotion"
25
- job: publish_to_sig
26
+ dependsOn: approve_promotion
27
timeoutInMinutes: 120
28
strategy:
29
maxParallel: 0
0 commit comments