mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-15 15:19:59 +00:00
Remove gitlab mirror
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
env:
|
||||
Configuration: Release
|
||||
Solution_Path: Slim.sln
|
||||
Solution_Path: Slim.slnx
|
||||
Test_Project_Path: Slim.Tests\Slim.Tests.csproj
|
||||
Source_Project_Path: Slim\Slim.csproj
|
||||
Integration_Project_Path: Slim.Integration\Slim.Integration.csproj
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
Solution_Path: Slim.sln
|
||||
Solution_Path: Slim.slnx
|
||||
Test_Project_Path: Slim.Tests\Slim.Tests.csproj
|
||||
Integration_Test_Project_Path: Slim.Integration.Tests\Slim.Integration.Tests.csproj
|
||||
Source_Project_Path: Slim\Slim.csproj
|
||||
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user