Simplify Woodpecker workflow: remove redundant checkout step
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user