Fix pipelines, bump version for 0.6.2

This commit is contained in:
Odd Stråbø 2020-09-13 04:43:33 +02:00
parent 943272f88c
commit 9daa9eed13
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ steps:
sshEndpoint: repository sshEndpoint: repository
runOptions: 'commands' runOptions: 'commands'
commands: 'python3 /usr/local/bin/kodirepo add /srv/repository/incoming/kodi/plugin.video.jellyfin-${{ py_version }}.zip --datadir /srv/repository/releases/client/kodi/${{ py_version }}' commands: 'python3 /usr/local/bin/kodirepo add /srv/repository/incoming/kodi/plugin.video.jellyfin-${{ py_version }}.zip --datadir /srv/repository/releases/client/kodi/${{ py_version }}'
failOnStdErr: false
- task: SSH@0 - task: SSH@0
displayName: 'Clean up zip files' displayName: 'Clean up zip files'

View File

@ -1,4 +1,4 @@
version: '0.6.1' version: '0.6.2'
changelog: | changelog: |
- #373 Use correct filename for kodirepo command - #373 Use correct filename for kodirepo command
- #382 Handle empty XMLs in profile video - #382 Handle empty XMLs in profile video