.github/workflows/build.yaml aktualisiert
This commit is contained in:
17
.github/workflows/build.yaml
vendored
17
.github/workflows/build.yaml
vendored
@@ -1,12 +1,3 @@
|
|||||||
jobs:
|
|
||||||
test_connection:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Debug Network
|
|
||||||
run: |
|
|
||||||
ping -c 2 gitea || echo "Gitea nicht erreichbar"
|
|
||||||
cat /etc/hosts
|
|
||||||
|
|
||||||
name: '🏗️ Build Plugin'
|
name: '🏗️ Build Plugin'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -26,3 +17,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
call:
|
call:
|
||||||
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
|
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master
|
||||||
|
|
||||||
|
test_connection:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Debug Network
|
||||||
|
run: |
|
||||||
|
ping -c 2 gitea || echo "Gitea nicht erreichbar"
|
||||||
|
cat /etc/hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user