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: