6 Commits

Author SHA1 Message Date
4405df38aa Fix: Typo
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m13s
2026-01-15 10:40:39 +01:00
6f0d30cde1 Use git cli to checkout submodules
Some checks failed
build-debian-package / Build the debian package (push) Failing after 11s
2026-01-15 10:38:46 +01:00
8643daa984 Use oqtane.framework and customer as submodule in the pipeline
Some checks failed
build-debian-package / Build the debian package (push) Failing after 38s
2026-01-15 10:37:00 +01:00
c373b194d6 Add Customer git repository as a submodule to deploy scripts as well 2026-01-15 10:32:49 +01:00
9f707e8504 Use only numbered tags...
All checks were successful
build-debian-package / Build the debian package (push) Successful in 3m8s
2026-01-15 09:42:32 +01:00
e0663ebfab Remove Version line from control since it'S populated via the script.
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m26s
2026-01-15 09:29:45 +01:00
6 changed files with 11 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: build-debian-package
on: on:
push: push:
tags: tags:
- v* - '*'
jobs: jobs:
@@ -14,12 +14,12 @@ jobs:
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git . run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: "Git checkout" - name: "Git checkout"
run: git checkout "${{ gitea.sha }}" run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
run: git submodule update --init
- name: "Dotnet SDK einrichten" - name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: "10.0.x" dotnet-version: "10.0.x"
- name: "Oqtane Framework auschecken"
run: git clone ${{ gitea.server_url }}/Diplomarbeit-Absolventenverein/oqtane.framework.git
- name: "Oqtane Framework restore" - name: "Oqtane Framework restore"
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
- name: "Oqtane Framework bauen" - name: "Oqtane Framework bauen"

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "alumnihub_10.0_amd64/opt/alumnihub-helpers"]
path = alumnihub_10.0_amd64/opt/alumnihub-helpers
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Customer.git
[submodule "oqtane.framework"]
path = oqtane.framework
url = https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/oqtane.framework.git

View File

@@ -1,5 +1,4 @@
Package: alumnihub Package: alumnihub
Version: 10.0-2
Architecture: amd64 Architecture: amd64
Essential: no Essential: no
Priority: optional Priority: optional

1
oqtane.framework Submodule

Submodule oqtane.framework added at f3175b6b06