File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,18 @@ extends:
6666 user : " sys"
6767 password : " oracle"
6868 script : " source/create_user.sql"
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)"
69+ work_dir : " $(Build.SourcesDirectory)"
7570 runliquibase :
7671 - work_dir : " $(Build.SourcesDirectory)"
7772 user : $(DB_USER)
7873 password : $(DB_PASS)
7974 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)"
8081 gitCheckoutDetails :
8182 - gitRepo : ${{ variables.gitRepo }}
8283 branch : $(UTPLSQL_VERSION)
You can’t perform that action at this time.
0 commit comments