Skip to content

Commit b6c341b

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure_templates/t-pipeline-extend-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
- name: download_location
3232
default: ""
3333
- name: unpack_location
34-
default: "$(Build.BinariesDirectory)"
34+
default: ""
3535
- name: url
3636
default: ""
3737
- name: archive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
2727
if [[ ! -z ${{package.unpack_location}} ]]; then
2828
echo Unzipping to ${{package.unpack_location}}
29-
unzip -qq -d ${{package.unpack_location}} ${{package.download_location}}
29+
unzip -qq -d ${{package.unpack_location}} ${{package.download_location}}
3030
chmod -R u+x ${{package.unpack_location}}
3131
rm -rf ${{package.download_location}}
3232
else

0 commit comments

Comments
 (0)