From e1600d1b4eb82abb2107b35deca3139434458fc9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 7 Mar 2026 11:27:40 +0100 Subject: [PATCH] Simplify Woodpecker workflow: remove redundant checkout step --- .woodpecker/first-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.woodpecker/first-test.yml b/.woodpecker/first-test.yml index 117fb08..c5d0786 100644 --- a/.woodpecker/first-test.yml +++ b/.woodpecker/first-test.yml @@ -9,12 +9,6 @@ steps: commands: - echo "Hello World!" - - name: checkout - image: maven:3-amazoncorretto-17-alpine - commands: - - git clone $CI_REPO_URL . - - git checkout $CI_COMMIT_SHA - - name: compile image: maven:3-amazoncorretto-17-alpine commands: