File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11parameters :
2- - name : enableDatabaseBuild
3- type : boolean
4- default : true
52 - name : containerRegistry
63 default : " utPLSQL-docker"
74 - name : dockerRepo
@@ -62,12 +59,12 @@ steps:
6259 time docker logs -f ${{ trg_db.oracleVersion }} | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered
6360 displayName : ' Start Oracle DB Docker container: ${{ trg_db.oracleVersion }}'
6461
65- - ${{ each script in trg_db.scripts }} :
66- - template : t-extend-sqlcl.yml
67- parameters :
68- work_dir : ${{ script.work_dir}}
69- user : ${{ script.user}}
70- password : ${{ script.password}}
71- connectionString : ${{ trg_db.connectionString}}
72- script : ${{ script.script}}
73- displayName : ${{ script.displayName}}
62+ # - ${{ each script in trg_db.scripts }}:
63+ # - template: t-extend-sqlcl.yml
64+ # parameters:
65+ # work_dir: ${{ script.work_dir}}
66+ # user: ${{ script.user}}
67+ # password: ${{ script.password}}
68+ # connectionString: ${{ trg_db.connectionString}}
69+ # script: ${{ script.script}}
70+ # displayName: ${{ script.displayName}}
You can’t perform that action at this time.
0 commit comments