mirror of
https://github.com/AlexMacocian/Plumsy.git
synced 2026-07-15 14:59:30 +00:00
Remove gitlab mirror
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
Configuration: Release
|
Configuration: Release
|
||||||
Solution_Path: Plumsy.sln
|
Solution_Path: Plumsy.slnx
|
||||||
Test_Project_Path: Plumsy.Tests\Plumsy.Tests.csproj
|
Test_Project_Path: Plumsy.Tests\Plumsy.Tests.csproj
|
||||||
Source_Project_Path: Plumsy\Plumsy.csproj
|
Source_Project_Path: Plumsy\Plumsy.csproj
|
||||||
Actions_Allow_Unsecure_Commands: true
|
Actions_Allow_Unsecure_Commands: true
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
Solution_Path: Plumsy.sln
|
Solution_Path: Plumsy.slnx
|
||||||
Test_Project_Path: Plumsy.Tests\Plumsy.Tests.csproj
|
Test_Project_Path: Plumsy.Tests\Plumsy.Tests.csproj
|
||||||
Test_Plugin_Project_Path: Plumsy.Tests.SimplePlugin\Plumsy.Tests.SimplePlugin.csproj
|
Test_Plugin_Project_Path: Plumsy.Tests.SimplePlugin\Plumsy.Tests.SimplePlugin.csproj
|
||||||
Source_Project_Path: Plumsy\Plumsy.csproj
|
Source_Project_Path: Plumsy\Plumsy.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 }}
|
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
<Folder Name="/Pipelines/">
|
<Folder Name="/Pipelines/">
|
||||||
<File Path=".github/workflows/cd.yaml" />
|
<File Path=".github/workflows/cd.yaml" />
|
||||||
<File Path=".github/workflows/ci.yaml" />
|
<File Path=".github/workflows/ci.yaml" />
|
||||||
<File Path=".github/workflows/gitlab-mirror.yaml" />
|
|
||||||
</Folder>
|
</Folder>
|
||||||
<Project Path="Plumsy.Tests.SimplePlugin/Plumsy.Tests.SimplePlugin.csproj" />
|
<Project Path="Plumsy.Tests.SimplePlugin/Plumsy.Tests.SimplePlugin.csproj" />
|
||||||
<Project Path="Plumsy.Tests/Plumsy.Tests.csproj">
|
<Project Path="Plumsy.Tests/Plumsy.Tests.csproj">
|
||||||
|
|||||||
Reference in New Issue
Block a user