Skip to content

Commit

Permalink
Remove vrt references
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Jun 21, 2020
1 parent 0a7cd00 commit 68cee2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: dagwieers/sonarcloud-github-action@more-options
with:
organization: add-ons
projectKey: add-ons_plugin.video.vrt.nu
projectKey: add-ons_service.upnext
sources: resources/lib/
tests: tests/
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*'
jobs:
build:
name: Release plugin.video.vrt.nu
name: Release service.upnext
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -17,11 +17,11 @@ jobs:
- name: Get Krypton filename
id: get-krypton-filename
run: |
echo ::set-output name=krypton-filename::$(cd ..;ls plugin.video.vrt.nu*.zip | grep -v '+matrix.' | head -1)
echo ::set-output name=krypton-filename::$(cd ..;ls service.upnext*.zip | grep -v '+matrix.' | head -1)
- name: Get Matrix filename
id: get-matrix-filename
run: |
echo ::set-output name=matrix-filename::$(cd ..;ls plugin.video.vrt.nu*+matrix.*.zip | head -1)
echo ::set-output name=matrix-filename::$(cd ..;ls service.upnext*+matrix.*.zip | head -1)
- name: Get body
id: get-body
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
with:
kodi-repository: repo-plugins
kodi-version: krypton
addon-id: plugin.video.vrt.nu
addon-id: service.upnext
kodi-matrix: true
env:
GH_USERNAME: ${{secrets.GH_USERNAME}}
Expand Down
4 changes: 2 additions & 2 deletions tests/xbmcextra.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def uri_to_path(uri):
def read_addon_xml(path):
''' Parse the addon.xml and return an info dictionary '''
info = dict(
path='./', # '/storage/.kodi/addons/plugin.video.vrt.nu',
profile='special://userdata', # 'special://profile/addon_data/plugin.video.vrt.nu/',
path='./', # '/storage/.kodi/addons/service.upnext',
profile='special://userdata', # 'special://profile/addon_data/service.upnext/',
type='xbmc.python.pluginsource',
)

Expand Down

0 comments on commit 68cee2c

Please sign in to comment.