We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abab9d4 commit a47b20fCopy full SHA for a47b20f
1 file changed
utplsql-cicd-liquibase-demo.yml
@@ -66,17 +66,18 @@ extends:
66
user: "sys"
67
password: "oracle"
68
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)"
75
runliquibase:
76
77
user: $(DB_USER)
78
password: $(DB_PASS)
79
masterchangelogfile: "utplsql_changelog.xml"
+ scripts:
+ - displayName: "Install Tests"
+ user: "$(DB_USER)"
+ password: "$(DB_PASS)"
+ script: "test/install.sql"
80
81
gitCheckoutDetails:
82
- gitRepo: ${{ variables.gitRepo }}
83
branch: $(UTPLSQL_VERSION)
0 commit comments