Skip to content
Snippets Groups Projects
Commit c7faa5f7 authored by Yuli Liu's avatar Yuli Liu
Browse files

Merge branch 'test_guality_gate' into 'master'

add postDeployTemplates

See merge request !326
parents c1b87c22 2a525975
No related branches found
No related tags found
1 merge request!326add postDeployTemplates
Pipeline #79862 failed
......@@ -103,3 +103,9 @@ stages:
authenticationTemplate: ${{ environment.authenticationTemplate }}
authenticationTemplateParameters: ${{ environment.authenticationTemplateParameters }}
environmentName: ${{ environment.name }}
- ${{ each postDeployTemplate in environment.postDeployTemplates }}:
- template: ${{ postDeployTemplate.template }}
parameters:
${{ each parameter in postDeployTemplate.parameters }}:
${{ parameter.key }}: ${{ parameter.value }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment