Skip to content

Commit 9afbb88

Browse files
committed
Adding pipeline for flyway
1 parent f1a8c9d commit 9afbb88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.azure_templates/t-task-extend-download-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
steps:
2222
- ${{ each package in parameters.packages }}:
2323
- bash: |
24-
curl -Lk -o --create-dirs ${{package.download_location}} \
24+
curl -Lk -o ${{package.download_location}} \
2525
${{package.url}}
2626
2727
if [[ ! -z ${{package.unpack_location}} ]]; then

utplsql-cicd-flyway-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extends:
5151
archive: "zip"
5252
addToPath: "$(UTPLSQL_CLI_DIR)/bin"
5353
- name: DownloadOjdbc8
54-
download_location: "$(Build.BinariesDirectory)/drivers/ojdbc8.jar "
54+
download_location: "$(Build.BinariesDirectory)/ojdbc8.jar "
5555
url: ${{ variables.ojdbcurl }}
5656
createDatabase:
5757
- dbname: UTBUILD
@@ -78,7 +78,7 @@ extends:
7878
- config_dir: "$(Build.SourcesDirectory)"
7979
config_file: "utplsql_flyway.conf"
8080
migrations_dir: "$(Build.SourcesDirectory)/source"
81-
driver_dir: "$(Build.BinariesDirectory)/drivers"
81+
driver_dir: "$(Build.BinariesDirectory)"
8282
user: $(DB_USER)
8383
password: $(DB_PASS)
8484
gitCheckoutDetails:

0 commit comments

Comments
 (0)