Removed cert intervention

This commit is contained in:
Khwezi
2025-10-18 14:41:39 +02:00
parent 5f3a2a16b8
commit ef9a8224a3

View File

@@ -7,12 +7,6 @@ clone:
disable: false disable: false
steps: steps:
- name: git ssl fix
image: drone/git
commands:
# Disable SSL verification for self-signed Gitea cert
- git config --global http.sslVerify false
- name: dotnet restore - name: dotnet restore
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
@@ -41,12 +35,6 @@ clone:
disable: true disable: true
steps: steps:
- name: git ssl fix
image: drone/git
commands:
# Disable SSL verification for self-signed Gitea cert
- git config --global http.sslVerify false
- name: dotnet publish - name: dotnet publish
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
@@ -79,12 +67,6 @@ clone:
disable: true disable: true
steps: steps:
- name: git ssl fix
image: drone/git
commands:
# Disable SSL verification for self-signed Gitea cert
- git config --global http.sslVerify false
- name: deploy via SSH - name: deploy via SSH
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings: