File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 18
18
#Issue with 19.3 docker images. fixed in 21
19
19
sql ${{ parameters.user }}/${{ parameters.password }}@//${{ parameters.connectionString }}?oracle.net.disableOob=true<<EOF
20
20
lb version
21
- lb update -debug -changelog ${{ parameters.masterchangelogfile }}
21
+ lb update -debug -changelog-file ${{ parameters.masterchangelogfile }}
22
22
exit;
23
23
EOF
24
24
exit $?
Original file line number Diff line number Diff line change @@ -66,18 +66,17 @@ extends:
66
66
user : " sys"
67
67
password : " oracle"
68
68
script : " source/create_user.sql"
69
- work_dir : " $(Build.SourcesDirectory)"
69
+ work_dir : " $(Build.SourcesDirectory)"
70
+ - displayName : " Install Tests"
71
+ user : " $(DB_USER)"
72
+ password : " $(DB_PASS)"
73
+ script : " test/install.sql"
74
+ work_dir : " $(Build.SourcesDirectory)"
70
75
runliquibase :
71
76
- work_dir : " $(Build.SourcesDirectory)"
72
77
user : $(DB_USER)
73
78
password : $(DB_PASS)
74
79
masterchangelogfile : " utplsql_changelog.xml"
75
- scripts :
76
- - displayName : " Install Tests"
77
- user : " $(DB_USER)"
78
- password : " $(DB_PASS)"
79
- script : " test/install.sql"
80
- work_dir : " $(Build.SourcesDirectory)"
81
80
gitCheckoutDetails :
82
81
- gitRepo : ${{ variables.gitRepo }}
83
82
branch : $(UTPLSQL_VERSION)
You can’t perform that action at this time.
0 commit comments