Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit d5313f0

Browse files
committed
test
1 parent 2093ae5 commit d5313f0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: build
22

33
on:
44
push:
5-
branches:
6-
- release
7-
- prerelease
8-
- test
95
jobs:
106
build-mac:
117
runs-on: macos-13

deployment/build.debian

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ set -o xtrace
66
# move to source directory
77
pushd ${SOURCE_DIR}
88

9-
# Initialize git submodules
10-
git submodule update --init --recursive
11-
129
# Convert to format like deb12 or ubu2204 like Jellyfin packages
1310
IMGSNIP="${IMG:0:3}"
1411
RELVER="$( grep 'VERSION_ID' /etc/os-release | awk -F'"' '{ print $2 }' | tr -d '.' )"

0 commit comments

Comments
 (0)