Simplify Woodpecker workflow: remove redundant checkout step

This commit is contained in:
2026-03-07 11:27:40 +01:00
parent 116350b65d
commit e1600d1b4e
-6
View File
@@ -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: