File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ parameters:
2121steps :
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments