From f25aedd2a69d245b694ef75f8fa5e30bd1cb54b7 Mon Sep 17 00:00:00 2001 From: Benjamin Boenisch Date: Sun, 15 Feb 2026 10:57:07 +0100 Subject: [PATCH] Fix pipeline: remove custom clone and extra_hosts (trust level) --- .woodpecker/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index d59b557..42e4b8e 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -18,13 +18,6 @@ when: - event: [push, pull_request, manual, tag] branch: [main, develop] -clone: - git: - image: woodpeckerci/plugin-git - settings: - depth: 1 - extra_hosts: - - macmini:192.168.178.100 variables: - &python_image python:3.12-slim