mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 13:39:29 +00:00
Remove gitlab mirror
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
env:
|
||||
Configuration: Release
|
||||
Solution_Path: Net.Sdk.Web.Extensions.sln
|
||||
Solution_Path: Net.Sdk.Web.Extensions.slnx
|
||||
Source_Project_Path: Net.Sdk.Web.Extensions\Net.Sdk.Web.Extensions.csproj
|
||||
Azure_Project_path: Net.Sdk.Web.Extensions.Azure\Net.Sdk.Web.Extensions.Azure.csproj
|
||||
SourceGenerators_Project_path: Net.Sdk.Web.Extensions.SourceGenerators\Net.Sdk.Web.Extensions.SourceGenerators.csproj
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
Solution_Path: Net.Sdk.Web.Extensions.sln
|
||||
Solution_Path: Net.Sdk.Web.Extensions.slnx
|
||||
Source_Project_Path: Net.Sdk.Web.Extensions\Net.Sdk.Web.Extensions.csproj
|
||||
Azure_Project_path: Net.Sdk.Web.Extensions.Azure\Net.Sdk.Web.Extensions.Azure.csproj
|
||||
Actions_Allow_Unsecure_Commands: true
|
||||
|
||||
@@ -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 }}
|
||||
@@ -6,7 +6,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>
|
||||
<Folder Name="/Solution/">
|
||||
<File Path="LICENSE" />
|
||||
|
||||
Reference in New Issue
Block a user