From 4033f9d401f02315a91f750ae5f4cbedcce60116 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Sat, 13 Sep 2025 13:39:13 +0200 Subject: [PATCH] Remove gitlab mirror --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/gitlab-mirror.yaml | 20 -------------------- SystemExtensions.slnx | 1 - 4 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/gitlab-mirror.yaml diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index cc99fec..2db9266 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,7 +17,7 @@ jobs: env: Configuration: Release - Solution_Path: SystemExtensions.sln + Solution_Path: SystemExtensions.slnx Test_Project_Path: SystemExtensions.Tests\SystemExtensions.NetStandard.Tests.csproj DI_Test_Project_Path: SystemExtensions.DependencyInjection.Tests\SystemExtensions.NetStandard.DependencyInjection.Tests.csproj Source_Project_Path: SystemExtensions.NetStandard\SystemExtensions.NetStandard.csproj diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01a1d8e..eaa7809 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest env: - Solution_Path: SystemExtensions.sln + Solution_Path: SystemExtensions.slnx Test_Project_Path: SystemExtensions.Tests\SystemExtensions.NetStandard.Tests.csproj DI_Test_Project_Path: SystemExtensions.DependencyInjection.Tests\SystemExtensions.NetStandard.DependencyInjection.Tests.csproj Sec_Test_Project_Path: SystemExtensions.NetStandard.Security.Tests\SystemExtensions.NetStandard.Security.Tests.csproj diff --git a/.github/workflows/gitlab-mirror.yaml b/.github/workflows/gitlab-mirror.yaml deleted file mode 100644 index a9fc189..0000000 --- a/.github/workflows/gitlab-mirror.yaml +++ /dev/null @@ -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 }} \ No newline at end of file diff --git a/SystemExtensions.slnx b/SystemExtensions.slnx index 7d3a1dc..fe008c2 100644 --- a/SystemExtensions.slnx +++ b/SystemExtensions.slnx @@ -3,7 +3,6 @@ -