Use oqtane.framework and customer as submodule in the pipeline
Some checks failed
build-debian-package / Build the debian package (push) Failing after 38s

This commit is contained in:
2026-01-15 10:37:00 +01:00
parent c373b194d6
commit 8643daa984
3 changed files with 6 additions and 2 deletions

View File

@@ -14,12 +14,12 @@ jobs:
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
uses: snickerbockers/submodules-init@v4
- name: "Dotnet SDK einrichten"
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: "Oqtane Framework auschecken"
run: git clone ${{ gitea.server_url }}/Diplomarbeit-Absolventenverein/oqtane.framework.git
- name: "Oqtane Framework restore"
run: dotnet restore ./oqtane.framework/Oqtane.slnx --verbosity detailed
- name: "Oqtane Framework bauen"

3
.gitmodules vendored
View File

@@ -1,3 +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

1
oqtane.framework Submodule

Submodule oqtane.framework added at f3175b6b06