From ef9a8224a312a83aa79902fef2fd168bc2127015 Mon Sep 17 00:00:00 2001 From: Khwezi Date: Sat, 18 Oct 2025 14:41:39 +0200 Subject: [PATCH] Removed cert intervention --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index eee21f0..d8126f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,12 +7,6 @@ clone: disable: false 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 image: mcr.microsoft.com/dotnet/sdk:8.0 commands: @@ -41,12 +35,6 @@ clone: disable: true 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 image: mcr.microsoft.com/dotnet/sdk:8.0 commands: @@ -79,12 +67,6 @@ clone: disable: true 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 image: appleboy/drone-ssh settings: