Skip to content

Commit b163944

Browse files
committed
Adding pipeline
1 parent 2476e45 commit b163944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utplsql-cicd-flyway-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ extends:
7373
work_dir: "$(Build.SourcesDirectory)"
7474
runflyway:
7575
- config_dir: "$(Build.SourcesDirectory)"
76-
config_file: ${{ flyway.config_file }}
77-
migrations_dir: ${{ flyway.migrations_dir }}
76+
config_file: "utplsql_flyway.conf"
77+
migrations_dir: "$(Build.SourcesDirectory)/source"
7878
user: $(DB_USER)
7979
password: $(DB_PASS)
8080
gitCheckoutDetails:

0 commit comments

Comments
 (0)