mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #394 from oddstr13/release-0.6.2
Fix pipelines, bump version for 0.6.2
This commit is contained in:
commit
b66a838778
2 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue