From 432ceb575d4686aed576e8549e8b5546eaa12f24 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 22 Feb 2026 23:30:38 +0000 Subject: [PATCH] Remove custom clone override, use built-in Woodpecker clone --- .woodpecker/api.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.woodpecker/api.yml b/.woodpecker/api.yml index 5ae8cd8..3ace80e 100644 --- a/.woodpecker/api.yml +++ b/.woodpecker/api.yml @@ -2,24 +2,7 @@ when: - event: push branch: master - -clone: - git: - image: alpine - commands: - - "echo clone-placeholder" - steps: - - name: clone - image: alpine - environment: - GITHUB_TOKEN: - from_secret: github-token - commands: - - "apk update && apk add git" - - 'for i in 1 2 3 4 5; do git clone https://x-access-token:${GITHUB_TOKEN}@github.com/${CI_REPO} . && break || echo "Clone attempt $i failed, retrying in 10s..." && rm -rf .git && sleep 10; done' - - "git checkout $CI_COMMIT_SHA" - - name: install-api-deps image: python:3.13-slim commands: