We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70a5fe commit 1cedd2cCopy full SHA for 1cedd2c
1 file changed
.azure_templates/t-pipeline-extend-cicd.yml
@@ -240,7 +240,7 @@ stages:
240
script: ${{ script.script}}
241
displayName: ${{ script.displayName}}
242
# Execute Liquibase
243
- - $ {{ if eq(builddatabases.releaseMethod,'liquibase') }}:
+ - ${{ if eq(builddatabases.releaseMethod,'liquibase') }}:
244
- ${{ each liquibase in builddatabases.runliquibase }}:
245
- template: t-task-extend-sqlcl-liquibase.yml
246
parameters:
0 commit comments