Simplify Woodpecker workflow: remove redundant checkout step
This commit is contained in:
@@ -9,12 +9,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "Hello World!"
|
- echo "Hello World!"
|
||||||
|
|
||||||
- name: checkout
|
|
||||||
image: maven:3-amazoncorretto-17-alpine
|
|
||||||
commands:
|
|
||||||
- git clone $CI_REPO_URL .
|
|
||||||
- git checkout $CI_COMMIT_SHA
|
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
image: maven:3-amazoncorretto-17-alpine
|
image: maven:3-amazoncorretto-17-alpine
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user