We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2476e45 commit b163944Copy full SHA for b163944
1 file changed
utplsql-cicd-flyway-demo.yml
@@ -73,8 +73,8 @@ extends:
73
work_dir: "$(Build.SourcesDirectory)"
74
runflyway:
75
- config_dir: "$(Build.SourcesDirectory)"
76
- config_file: ${{ flyway.config_file }}
77
- migrations_dir: ${{ flyway.migrations_dir }}
+ config_file: "utplsql_flyway.conf"
+ migrations_dir: "$(Build.SourcesDirectory)/source"
78
user: $(DB_USER)
79
password: $(DB_PASS)
80
gitCheckoutDetails:
0 commit comments