Skip to content

Commit c7c9e78

Browse files
committed
Adding pipeline for flyway
1 parent a6e1e9c commit c7c9e78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azure_templates/t-task-extend-flyway.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ steps:
3131
#Issue with 19.3 docker images. fixed in 21
3232
sql ${{ parameters.user }}/${{ parameters.password }}@//127.0.0.1:1521/ORCLCDB?oracle.net.disableOob=true<<EOF
3333
34-
SELECT CDB FROM V$DATABASE;
35-
SELECT NAME, CON_ID, DBID, CON_UID, GUID FROM V$CONTAINERS ORDER BY CON_ID;
34+
SELECT CDB FROM V\$DATABASE;
35+
SELECT NAME, CON_ID, DBID, CON_UID, GUID FROM V\$CONTAINERS ORDER BY CON_ID;
3636
exit;
3737
EOF
3838
exit $?

0 commit comments

Comments
 (0)