From bcaf658fab87ad1097d4221ef038d6a75622e111 Mon Sep 17 00:00:00 2001 From: Alex Macocian Date: Sat, 13 Sep 2025 13:50:39 +0200 Subject: [PATCH] Remove gitlab mirror --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/gitlab-mirror.yaml | 20 -------------------- Net.Maui.Extensions.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 602c8ea..bc38010 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -20,7 +20,7 @@ jobs: env: Configuration: Release - Solution_Path: Net.Maui.Extensions.sln + Solution_Path: Net.Maui.Extensions.slnx Source_Project_Path: Net.Maui.Extensions\Net.Maui.Extensions.csproj Actions_Allow_Unsecure_Commands: true diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 352c7b8..e84cbe3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest env: - Solution_Path: Net.Maui.Extensions.sln + Solution_Path: Net.Maui.Extensions.slnx Source_Project_Path: Net.Maui.Extensions\Net.Maui.Extensions.csproj Actions_Allow_Unsecure_Commands: true 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/Net.Maui.Extensions.slnx b/Net.Maui.Extensions.slnx index 6fa8147..07666e3 100644 --- a/Net.Maui.Extensions.slnx +++ b/Net.Maui.Extensions.slnx @@ -6,7 +6,6 @@ -