Remove gitlab mirror

This commit is contained in:
2025-09-13 13:56:23 +02:00
parent 528a54d71c
commit f08c7fdcf5
4 changed files with 2 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
env:
Configuration: Release
Solution_Path: Sybil.sln
Solution_Path: Sybil.slnx
UnitTest_Project_Path: Sybil.UnitTests\Sybil.UnitTests.csproj
IntegrationTest_Project_Path: Sybil.IntegrationTests\Sybil.IntegrationTests.csproj
Source_Project_Path: Sybil\Sybil.csproj
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
env:
Solution_Path: Sybil.sln
Solution_Path: Sybil.slnx
UnitTest_Project_Path: Sybil.UnitTests\Sybil.UnitTests.csproj
IntegrationTest_Project_Path: Sybil.IntegrationTests\Sybil.IntegrationTests.csproj
Source_Project_Path: Sybil\Sybil.csproj
-20
View File
@@ -1,20 +0,0 @@
name: Sync Repository to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout all history
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync to GitLab
uses: keninkujovic/gitlab-sync@2.1.0
with:
gitlab_url: ${{ secrets.GITLAB_URL }}
username: ${{ secrets.GITLAB_USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}
-1
View File
@@ -3,7 +3,6 @@
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/cd.yaml" />
<File Path=".github/workflows/ci.yaml" />
<File Path=".github/workflows/gitlab-mirror.yaml" />
</Folder>
<Project Path="Sybil.IntegrationTests/Sybil.IntegrationTests.csproj" />
<Project Path="Sybil.UnitTests/Sybil.UnitTests.csproj" />